AW: ActionForm with ArrayList and logic:iterate .... confusing problem ...

2006-03-08 Thread Hans-Peter Petek
An: Struts Users Mailing List Betreff: Re: ActionForm with ArrayList and logic:iterate confusing problem ... Hans, You're using request scope for your form. When Struts processes the submitted form, it will create a new instance of your ActionForm. The question now is, is the new in

Re: ActionForm with ArrayList and logic:iterate .... confusing problem ...

2006-03-06 Thread Hubert Rabago
Hans, You're using request scope for your form. When Struts processes the submitted form, it will create a new instance of your ActionForm. The question now is, is the new instance ready to deal with setting values on your ArrayList field? Struts will not instantiate that list for you, it would