I'm not sure specifically, but a place to start is to read up on session management using the request.getSession() method. You could put your linked list in a session, and then have each page or link have some kind of 'index' parameter that tells where in the list to display results. Hope that helps.
--Monte Glenn Gardner On Tue, 26 Mar 2002, Wilson Edgar wrote: > hi there good people :>) > i'm kinda new to this list and to jsp's in general so easy on me :>) > when we do (or is make???) a search at any search engine, most of the times > the results are displayed in n number of pages all indexed, > well i have a servlet that does all the processing and returns a LinkedList, > and i what i want is, case necessary, display the results in a n number of > pages. > resources, or any practical example is more than welcome. > i apoligise for the crap english, (although i have an english name, i'm > not!!!) > thanks in advance for your time > wilson edgar > > =========================================================================== > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". > For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". > Some relevant FAQs on JSP/Servlets can be found at: > > http://archives.java.sun.com/jsp-interest.html > http://java.sun.com/products/jsp/faq.html > http://www.esperanto.org.nz/jsp/jspfaq.jsp > http://www.jguru.com/faq/index.jsp > http://www.jspinsider.com > =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com
