Re: retrieving data from form that has unknown (changing) number of fields

2009-05-20 Thread Wes Wannemacher
On Wednesday 20 May 2009 11:25:50 pm Bhaarat Sharma wrote: > hi > > I have a form that will have varying number of fields inside it. The > number of fields is generated dynamically and is not always the same. When > I am submitting this form to my action class, is there a way to get all the > fie

retrieving data from form that has unknown (changing) number of fields

2009-05-20 Thread Bhaarat Sharma
hi I have a form that will have varying number of fields inside it. The number of fields is generated dynamically and is not always the same. When I am submitting this form to my action class, is there a way to get all the fields back in a systematic manner? Does struts2 provide any mechanism t