From: Dave Newton [mailto:[EMAIL PROTECTED]
> From: Wesley Wannemacher [mailto:[EMAIL PROTECTED]
> > There is also 'RequestAware,' but [...] note that unit testing
> > your actions will become more difficult since your objects will be
> > tied to a servlet environment.
> Session/RequestAware implem
From: Wesley Wannemacher [mailto:[EMAIL PROTECTED]
> There is also 'RequestAware,' but you should note that unit testing of
> your actions will become more difficult since your objects will be
> tied to a servlet environment.
Session/RequestAware implementors supply a setter taking a
java.util.Map
hould note that unit testing of
your actions will become more difficult since your objects will be tied
to a servlet environment.
-Wes
> -Original Message-
> From: frankiestd168 [mailto:[EMAIL PROTECTED]
> Sent: Monday, October 30, 2006 9:56 AM
> To: user@struts.apache.org
> S
mm.put("cName", "cValue");
this.setSession(mm);
but in jsp, <%= session.getAttribute("cName") %> is null.
Any idea?
--
View this message in context:
http://www.nabble.com/Struts2-set-data-to-session-tf2539904.html#a7076046
Sent from the Struts - User ma
4 matches
Mail list logo