using a paging tag http://jsptags.com/tags/navigation/pager ----- Original Message ----- From: "Gupta, Anubhav" <[EMAIL PROTECTED]> Newsgroups: Struts Sent: Friday, November 14, 2003 12:11 AM Subject: Collection of Updateable over multiple pages.
> Hi, > > > > In my application, I am using <logic:iterate> tags to iterate over a > collection. The collection is displayed as a table on jsp page, and I use > indexed="true" attributes to display individual fields which are all > updateable. > > This collection can sometimes be very big (like 500). I wish to break it > into multiple pages, and allow user to browse and update any value. > > How should I do it? Currently I have only one form and action class. > > > > Thanks, > > Anubhav > > > **************************************************************************** > This email may contain confidential material. > If you were not an intended recipient, > Please notify the sender and delete all copies. > We may monitor email to and from our network. > **************************************************************************** >

