Hi,
Is it necessary to physically include the statement
<jsp:useBean id = "something" scope = "session" class="someclass" />
on top of each jsp page if the page has to use the bean "something"?
If in the first page of the application I have already included the above
statement then as what scope should I use this bean again.
This question emerges because if the first page already has the session
scope of a bean declared, how to use the bean in other pages following the
first page?
Thanks in advance,
Rahul.
===========================================================================
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