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

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 global-forwards forward name="logon" path="/logon.jsp"/ /global-forwards in session expires I need to