sorry, missed out the second question: I mean, I have instantiated Action properties while declaring them.
public class PutArchiveObject extends ActionSupport implements SessionAware { private Map session; private Head head = *new Head();* private String parentObjectRef *= new String();* private IndexDTO index *= new IndexDTO();* ........... } On Mon, Mar 10, 2008 at 5:25 PM, Rushikesh Thakkar < [EMAIL PROTECTED]> wrote: > Yes, I am using Spring ObjectFactory. > > > On Mon, Mar 10, 2008 at 5:13 PM, Dave Newton <[EMAIL PROTECTED]> > wrote: > > > --- Rushikesh Thakkar <[EMAIL PROTECTED]> wrote: > > > Can anyone tell me how long is the value of Action Property held on > > the > > > ValueStack. I am asking this b'coz I am facing a problem: > > > > Normally an action is created for each request and pushed onto the > > stack. > > > > Without knowing more about how your application is configured it will be > > hard > > to say much more. > > > > Are you using Spring? > > > > > *Actual Problem*: > > > I have also made sure to declare the members of the > > > Action class using new operator > > > > What does that mean exactly? > > > > Dave > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > >