Hi,

   I'm trying to write a ServletBean that communicates with my connection
pool and can be instantiated in a JSP page.  Does anyone know if JRUN
supports ServletBeans?  I'm able to access simple methods in my bean but as
soon as I try to access the servlet context (containing a reference to my
pool), I'm getting null pointer exceptions.  I can write a plain servlet and
get connections from the ServletBean but not with this
JSP->ServletBean->Connection Pool.  Any help would be appreciated.

Thanks,
Lin Borkey

===========================================================================
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