Re: How to access Action Mapping instance if session expires

2001-04-22 Thread Craig R. McClanahan
On Wed, 18 Apr 2001, Puneet Vardhan wrote: > Hi, > How can I access the action mapping instance if session is expired? > I have a global forward in struts-config.xml which points to logon page > > > > > > in session expires I need to forward to logon page >

Re: How to access Action Mapping instance if session expires

2001-04-20 Thread Rajan Gupta
I am not sure if u can, since actionmapping is a protected variable in ActionServlet. Storing it in session will result in bloating the session unnecessary, if u store it in application context, I do not think you can get access to the application context in HttpSessionBindingEvent. You might want

How to access Action Mapping instance if session expires

2001-04-18 Thread Puneet Vardhan
Hi, How can I access the action mapping instance if session is expired? I have a global forward in struts-config.xml which points to logon page in session expires I need to forward to logon page something likeif ( session == null ) mappin