Ciao
Let's say this is my jsp code:
<html:xhtml />
<html:html locale="true">
<body>
<logic:iterate id="index" name="list" type="myBean">
<html:text name="index" property="firstField" />
<html:text name="index" property="secondField"/>
</logic:iterate>
</body>
</html:html>
Where "list" is a Bean array. The Bean class is "myBean" and has two
properties (firstField, secondField). I need the changes made in the
rows to be stored in the ActionForm.list[index].
You know the best way i can achieve this ?
Thanks in advance
Marcello
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]