I need to access some Struts objects, like forward mappings, from a session listener, or other part of the application's code where no request is available. Is it possible, and, if it is, what is the best way to do it ? I found in the ServletContext attributes an object of type org.struts.action.ForwardMappings that may be interesting, but this class doesn't appear in the API documentation. Is it a private type ? Thanks for your help.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]