Hi all, I have a question: I have a search results JSP that stores the search results items in a hashtable. I did this in order to store the search results in the session object to give the ability to only show 20 search results at a time per page call. Now... has anyone got a way to do this?? The search results page needs to call itself when a user clicks either "prev" or "next" urls on the page. Also, the page must know what block of the search results to display. And again..the search result page must also know when to display the prev and next url links such as not displaying the prev on the first 20 results shown. I am using websphere 2.x and JDK1.1.8 - please note that Websphere 2.x uses JSP version .91! Cheers Marc =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
