I've got a question about the "memento" pattern shown in the article:
http://www.javaworld.com/javaworld/jw-03-2000/jw-0331-ssj-forms_p.html

    Why is it that the 'retry' form page works properly when using 'request'
scope, but does not work when using 'session' scope?  If you place the bean in
session scope, then you can not retrieve messages from the bean's Hashtable
property.

This is just weird, and I don't understand why it happens other than differences
in scope.

Thanks,
Brian

===========================================================================
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://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

Reply via email to