Hi,
why don't you implement the SessionAware interface, so you have access
to the session. then you can add what every objects you want to the
session.hope this will help you.
http://struts.apache.org/2.0.8/docs/how-do-we-get-access-to-the-session.html
Thanks,
Nuwan
Bhuwan wrote:
I am having the same issue...
Can someone help?
VictorR wrote:
Hi all,
I am trying to develop a web application with struts 2 framework. I have
an Action with a member attribute (a Collection of TO's).
My firsts question is about the scope of the Action I have implemented.
How can I make more than one request not to loose the data I have in the
Action? with struts 1 I had used the forwards described in the
struts-config.xml without redirect to do that, but I am not able to do the
same with struts 2.
any suggestion?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]