Use the session object. Add objects to it with session.setAttribute() and get them with session.getAttribute(). Other API calls are documented in the appropriate javadocs.
-----Original Message----- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Michael Pomeroy Sent: Wednesday, December 05, 2001 4:02 PM To: [EMAIL PROTECTED] Subject: Possible to "set-aside" records to persistent location? Is it possible to "set-aside" records to one location, that were selected from results and detail pages, similar to a persistent shopping cart ? Using 3 simple pages: Search, Results (multiple records), Detail (multiple records), a user would use the site this way: Search-->Results (set-aside a few records)-->Detail (set-aside a few records)-->New Search-->Results(set aside a few records)-->Detail(set-aside a few records)-->Search-->Access the set-aside location-->De-select a few of the records-->View the updated records. =========================================================================== 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
