After a little detective work I discovered that(I can only verifiy that this
is the case for JRun) when you instantiate a session scoped bean, under the
covers the JRun servlet code does a
httpsession.putValue(beanName,beanValue). So for all of you who have wanted
to know how to get rid of a bean when you don't need or want it anymore, you
can simply: httpsession.removeValue(beanName). Why they don't seem to have
a tag to do this is beyond me. I suspected this to be the case, but wasn't
sure until now. I hope this helps some.
/////////////////////////////////////////////////////////////
Shannon Moschetti
Creative Concepts Corporation
4949 Pearl East Circle, Suite 200
Boulder, CO 80301
[EMAIL PROTECTED]
303-448-0303 x213
===========================================================================
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