> While I understand the benefits of using request instead of session, I
> cannot figure out the syntax on JSP to get the request, i.e. if Action >
class stores response class in request and not in session. Is it just
> the same as for session, i.e. instead of calling session.getAttribute
> we retrieve a collection from request.getAttribute, and then iterate
> through the collection collecting bean properties?
it is similar, but any request attribute exists only during
your request. If you need them remain valid - use sessions.
ServletShop: java server side programming
http://coldjava.hypermart.net
____________________________________________________________________
Get your own FREE, personal Netscape WebMail account today at
http://webmail.netscape.com.
===========================================================================
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