3 Replies Latest reply on Apr 9, 2009 6:19 AM by nbelaevski

    Rich DataScroller hitting database for every pagination requ

    anand_sridhar

      Hi,
      I see that the datascroller component I use goes to database to retrieve the whole results for every page navigation I do.

      For example, if the total no of results are 1000, and each page shows 10 of them, paginating from page 1 to 2 makes another call to database to fetch all 1000 again.

      Is this the normal behavior of Rich Datascroller Component.?
      Is there any mechanism Rich Faces provides to cache the result set initially and do the scroll on that in memory result set. ?