I have a html form which is populated using a java for loop. And it contains multiple input text type fields (email addresses) filled with the values which comes in a java arrayList from database. User can change the email addresses. The task at hand is, i have to first validate the addresses which are changed and then update the modified fields in the database.
Should i send all the field values to my action through request parameters. but how to send them all?
or any other way please.
p.s. im using struts1. if there is any way through struts please tell me.
Thanks.