Re: Session in Interceptors

2011-07-27 Thread Maurizio Cucchiara
Try something like HttpSession session = ServletActionContext.getRequest().getSession(); On 27 July 2011 17:10, Eric Lentz wrote: > In an interceptor I have a need to store a value in the session. I can see > a session map that I find in the invocation's object graph that is > available in the i

Session in Interceptors

2011-07-27 Thread Eric Lentz
In an interceptor I have a need to store a value in the session. I can see a session map that I find in the invocation's object graph that is available in the interceptor, but storing back to the map has no effect. Is there a "Struts 2 way" to get/set the session within an interceptor or do I j