In our web application we have set of JSPs. I need to initialize an object with 
application scope.
I need to call a function on this Object in a jsp. I  want to call this function only 
once in the life time of the servlet.
How can I do this?
I cannot call this function in the jspInit() snce the object is instantiated only in 
the service method of the jsp if I use useBean with application scope?

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

Reply via email to