Hi,

I have been looking for ways to get some information about a jsp page from
within its jspInit() method. For instance.
among other things, I need to find out the actual path of the page, or name of
the page, which should be available at
init time. Sort of like an extended version of ServletConfig that can provide
the information that I am looking for.
Ultimately though a built-in object similar to pageContext (say pageConfig)
would be much more desirable in the long
run.

Any thoughts on how to go about doing just that?

Thanks
Mike

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