Konstantin Priblouda wrote:
Hi all, I tried to get map of values stored in HttpSession by calling ActionContext.getSession()

Docs state that it shall return map of values in
actual HttpSession while in servlet environment, and
just a map
( global one? ) if called elsewhere.
I used it from JPS , and different documents got
different maps from action context.
Using the ActionContext is only valid from within an action (i.e. after a dispatcher has set it up properly). If you are accessing it from a page that has not previously executed then you will get the wrong answer.

Is this your case?

/Rickard



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork


Reply via email to