OK,
Here's what I was to get so far.
I need to store and retrieve EntityManagers in the session Map.
I am using action chaining. Action 1 can get the session using
ActionContext.getContext.getSession(). However, action 2 always returns
null. To make things easier for myself I created a Top Level Base class
that implements SessionAware and extends ActionSupport, then I applied
chain interceptor to Action 2 so that values from Action 1 can be coped
to Action 2.
Still this didn't help. i am still getting nulls for the session in
Action 2. CAn some one point me to a link where I can get What I need ?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]