What exactly the scope of instance variables and Action instances

2007-06-21 Thread tom tom
Hi, As we dont have ActionForms seperately as in Struts 1.X. We introduce member variables in the Action classes. All our jsp field elements are mapped to these member variables. The question we have is, What exactly the life cycle and scope of these Actions and Member variables, When it will

Re: What exactly the scope of instance variables and Action instances

2007-06-21 Thread Dave Newton
--- tom tom [EMAIL PROTECTED] wrote: The question we have is, What exactly the life cycle and scope of these Actions and Member variables, When it will be released from the value stack, how long will it be there in the value stack. The following: