Re: manipulating data in a collection in jsp and setting it in the ActionForm

2004-08-19 Thread David Durham
You'll get a better response by posting this to [EMAIL PROTECTED] tim jeremicz wrote: we are iterating through an arraylist of objects in our jsp that we get from session. we then display the object's elements in text fields for a user to manipulate and submit. the problem is: what do you name

manipulating data in a collection in jsp and setting it in the ActionForm

2004-08-19 Thread tim jeremicz
we are iterating through an arraylist of objects in our jsp that we get from session. we then display the object's elements in text fields for a user to manipulate and submit. the problem is: what do you name the form fields when you have multiple objects. each object will have the same eleme