Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Dyanamic page size using <display:table> tag in jsp

843838Feb 16 2007 — edited Feb 16 2007
I 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 16 2007
Added on Feb 16 2007
1 comment
437 views