Wim De Smet wrote:
Hmm very maybe it could have something to do with the execute-and-wait
interceptor then?

Yes. http://struts.apache.org/2.x/docs/execute-and-wait-interceptor.html says: "Important: Because the action will be running in a seperate thread, you can't use ActionContext because it is a ThreadLocal. This means if you need to access, for example, session data, you need to implement SessionAware rather than calling ActionContext.getSession()."

-Dale

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to