You are looking in the wrong package.  Remember, a JSP is simply a servlet.
Look into the javax.servlet package, especially the ServletContext
interface.  Then review the Struts <bean:write> tag for scope or the JSP
scripting variable nomenclature.

Mark

-----Original Message-----
From: Hoang, Hai [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, January 15, 2003 10:54 AM

I've a bunch of variables such as locale, timezone, userContainer, and etc.
I want to make them available to all jsp pages.  Right now they're located
in the global.jsp page and I included them on every single page that needs
these variables.  I hate doing this and I wish somehow I can extend the
httpJspPage or some other techniques to make these variables available
without including them...Any ideas?

Thanks, Hai



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to