Hi,
Realized that offset is not usable for my
requirement.
I have
a display:table. I view the set of X records in the first page. Now I submit the
page by clicking on a "Save & Next" button. The action to be
performed is to save the changes done in the page for the records displayed and
refresh the page with the next set of records (page 2).
Can someone please let me know how to set the
page?
Thanks
& Regards,
Imphaa
-----Original Message-----Hi,I am using struts1.1 and displaytag-1.0-b2.jarMy requirement is to navigate the huge list and save some info of the display list view on click of the "Save & Next" button. In the action class, I get the currentpage viewed by the user, set it in the request object and get from request to set that as the offset of the table in the JSP. Unfortunately, offset attribute of display:table is not working.With offset, I presume that the page I want to start viewing from, can be set. If yes, how to make "offset" attribute of the table to work?Please help me out. I've been struggling with it since long. Any suggestions!Thanks & Regards,
Imphaa

