Hi I am using an arraylist in a form bean to populate a table. <table border=1> <logic:iterate id="test1" name="employeeDetailsForm" property="plans" indexId="ctr"> <tr> <td><html:text property='<%= "plan[" + ctr + "]" %>' /></td> </tr> </logic:iterate> </table> But when I submit the form and same screen appears again, the order of the value in the table changes, and it keeps on happening after every submit. Could anyone please help me to resolve this. KP
Do you Yahoo!? Yahoo! Mail - More reliable, more storage, less spam