Hello Karl,
Wednesday, August 02, 2000, 9:24:09 PM, you wrote:
KR> Does any one know how to pass a bean into a JSP with a request scope
KR> from a servlet so that the bean is not re-instanciated (because it already
KR> exists in the request).
try to use:
<% bean = request.getAttribute("beanname") %>
--
Best regards,
Oleg mailto:[EMAIL PROTECTED]
===========================================================================
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