To be clear with previous post, first try to parse data then put it on
the stack.
Regards
--
Lukasz
http://www.lenart.org.pl/
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hi,
I misunderstood you ;-) I spent some time to find solution but right
now it isn't possible because of StaticParametersInterceptor. Look at
the code below
for (Iterator iterator = parameters.entrySet().iterator();
iterator.hasNext();) {
Map.Entry en
--- On Tue, 6/24/08, John Smith <[EMAIL PROTECTED]> wrote:
> Does the syntax ${something} retrieve the object from the session?
No.
The previous answer, implementing SessionAware, was one of the correct answers.
Dave
-
To unsu
I have implemented sessionAware and the process works for a static
string but it doesn't work for objects :(
So I have the following in my struts.xml:
true
hello
${something}
out.jsp
the "test" param works fine which is a simple s
Hi,
> Is it possible to set session objects inside and action and access the
> session object in another action without explicitly retrieving the
> session object?
Implement SessionAware interface with yours actions and put and get
value from that map ;-)
Regards
--
Lukasz
http://www.lenart.or
5 matches
Mail list logo