> -----Original Message-----
> From: Mark Kaye 
> 
> Within an action, how can I get hold of an Object that has 
> been stored in the ServletContext inside which my struts app 
> is running?

OK, I figured it out, is the best way:

Properties properties = (Properties)
this.getServlet().getServletContext().getAttribute("clubProps");

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

Reply via email to