I am trying to encapsulate all my db connection functionality inside a Java
Bean and use that Bean inside my JSPages using the Bean tag.

In some cases if i made the beans as session beans, for some reason i do not
get page's content generated by JSP, instead i get a blank page.

To resolve the issue i had to rename my bean in the bean tag(which
eventually means changing my page) or recycle/restart Jrun(I use Apache &
Jrun). So i wonder if its a problem with Jrun, I think it leaves orphaned
beans/classes around. Have any of you experienced this problem.

Also when is a session bean destroyed, my guess would be when the session is
complete. Am i right

thanks for your time
Sanjay

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to