Re: Starting A Session With WebWork Framework

tm_jee <[email protected]> Fri, 29 Dec 2006 00:38:58 CST
Newsgroups gmane.comp.java.open-symphony.webwork
Message-ID <8342828.1167374368494.JavaMail.os-j2ee@opensymphony01.managed.contegix.com>
Hi Spurcell,

"createSession" interceptor just creates a http session if it doesn't alredy exists in request where this interceptor is in the stack, I think it would be easier if we created a specific interceptor to do this 

HttpSessionRequest could be obtained using
[code]
 ServletActionContext.getRequest();
[/code]

cheers.
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=55578&messageID=110958#110958