or from Jakarta http://jakarta.apache.org/taglibs/doc/page-doc/intro.html
-----Original Message----- From: Mark Nichols [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 30, 2002 12:23 PM To: [EMAIL PROTECTED] Subject: Re: Pagination This is a little different than you describe but it may help you: http://jsptags.com/tags/navigation/pager/ HTH, /\/\ark >From: "Chen, Dean (Zhun)" <[EMAIL PROTECTED]> >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >To: 'Struts Users Mailing List' <[EMAIL PROTECTED]> >Subject: Pagination >Date: Tue, 30 Apr 2002 11:56:04 -0400 > >Hi, >I've got pagination to work with struts. > >After a user fills out a form & clicks submit, the Action class parses the >query & invokes a stored procedure, which in turn fills the bean. If the >user specified 10 items per page, the resultset will stop after 10 >iterations. The correct 10 items will be displayed on the following JSP. > >My issue is that on the JSP, when I click Next, the users settings does not >get passed to the Action class. > >My question is, how do I keep a users settings persistent across multiple >pages? > >Should I use session scope (currently request scope) or should I use hidden >forms? > >I would appreciate any sample sites using struts that implemented >pagination. > >Thanks, > >Dean Chen > >-- >To unsubscribe, e-mail: ><mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: ><mailto:[EMAIL PROTECTED]> _________________________________________________________________ Join the world's largest e-mail service with MSN Hotmail. http://www.hotmail.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

