Dyanamic page size using <display:table> tag in jsp
843838Feb 16 2007 — edited Feb 16 2007I have a 'List' retrieved from a web service and I display the list using a <display:table> tag in JSP. I want to give pagination for my data, which is also working perfect in my program.
At runtime, I want to change the page size (number of records listed per page) of the <display:table> tag. I have a combo box, with values "10,15,20,25". When the user changes the value in the combo box, my display:table should be re-rendered to display the user specifies number of records in the table.
Has any one worked on this before? If you have any suggestions also please drop me a line.
Thanks in advacne.
Hema T