Re: Struts 2 scope

2007-07-28 Thread Nuwan Chandrasoma
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 ha

Re: Struts 2 scope

2007-07-28 Thread Bhuwan
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