Hi guys,
I have a question about <jsp:useBean>. I have two separate JSP files that
instantiates (by doing <jsp:useBean>) this bean in each file. The scope of
the bean is session. My question is does JSP engine create one object and
share it with these two JSP files or one for each? From the testing code I
ran, it seems like it's creating separate objects. Is there a way to just
create one object and have different JSP files share that object without
using session? (e.g. I was storing that bean in session and each JSP files
just grabs it out of the session.) Thank you very much for any
help/suggestions.
howard
===========================================================================
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