getServlet().getServletContext() Edgar P. Dollin wrote:
Request.getSession().getServletContext();
Edgar
-----Original Message-----
From: Pete Serafin [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 14, 2002 11:57 AM
To: 'Struts Users Mailing List'; 'Struts Users Mailing List'
Subject: RE: Finding app context in action class???
Edgar,
I think you misunderstood me. I meant is there a similar way to access
the "application context" in the same way you can access the session. I
know request.getSession returns a session object .... how do I get an
application object? In a jsp, its referenced as "application". How is
it referenced in the acition class?
8< snip >8 -- Kris Schneider <mailto:[EMAIL PROTECTED]> D.O.Tech <http://www.dotech.com/> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

