Re: Access Struts objects from a session listener

2004-07-26 Thread Craig McClanahan
On Thu, 22 Jul 2004 07:54:25 +0200, Ephemeris Lappis <[EMAIL PROTECTED]> wrote: > 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 d

Re: Access Struts objects from a session listener

2004-07-26 Thread puneet . a
" <[EMAIL PROTECTED]> cc Subject Access Struts objects from a session listener 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

Access Struts objects from a session listener

2004-07-21 Thread Ephemeris Lappis
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.Fo