Re: the application doesn't work out in the first place

Philip Luppens <[email protected]> Mon, 11 Dec 2006 02:12:19 CST
Newsgroups gmane.comp.java.open-symphony.webwork
Message-ID <13173556.1165824774983.JavaMail.os-j2ee@opensymphony01.managed.contegix.com>
WebWork does not create a session by default, which is why it works out the second time. 
Does your action implement SessionAware ? You could also implement ServletRequestAware and extract the HttpSession yourself. The WebWork Session is a wrapper around the HttpSession.
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=52843&messageID=106584#106584

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]