Hello All

I need some help in setting up the display tag for paging. We have a
screen where we can potentially get 'n' number of records. We want to
show the user only 100 records at a time. 

I have set up my table as

<display:table name="sessionScope.MATCHING_PYMT_RESULTS" export="true"
sort="list" pagesize='<%= ((Integer)
session.getAttribute("PAGING_SIZE")).intValue() %>' class="grid"
requestURI="/matching/displayResults"
decorator="com.ibtco.cape.web.util.IncomeQueueTableDecorator">

It works but what is happening is that when we go to the next page it is
making a call to the database again to get the next 100 records. even
though the list is in session.

I was wondering if any one knows how to do paging without going to the
database. The list is in session.

Thanks
Ashish


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to