Hello Struts2 Forum,

I've used the session object to get and set parameters.  Where the set
is done in an action() and the get is done in a jsp via OGNL.

What I don't understand is I have an object who's constructor needs
session data...
So it calls:
Map session = ActionContext.getContext().getSession();

But session is always null... but when it gets to the JSP it has data!
I'm using Tomcat, any ideas?

Ken.

Reply via email to