• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Integrating Struts pager-taglib with cachedrowset

 
Ranch Hand
Posts: 65
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI Friends,

In my project i am using Struts pager..
suppose i fetched 10000 records from Database .. I have to put all into session and struts pager take care this for paging implementation

But instead of this i have to put 100 records only in session remaining records whenever needed i have to fetch from DB ...i am using CachedRowset for fetching data In Database

How to do this concept using struts pager


If anybody know this concept, please reply
reply
    Bookmark Topic Watch Topic
  • New Topic