I have a html-el:select in a logic loop and the values are not being retained after submtitting the form and returning with a validation action error.
The html-el:text fields values are being retained and they are in the exact same object. <logic:iterate id="address" type="mypackage.AddressVO" name="MyForm" property="addresses" indexId="currIndex"> <html-el:text name="address" property="city" maxlength="19" size="19" indexed="true" title="Please enter the city." tabindex="${(8 + ((currIndex * 7) + 4))}"/> <html-el:select name="address" property="state" indexed="true" tabindex="${(8 + ((currIndex * 7) + 5))}" title="Please select the state."> <snapp:stateoptions/> </html-el:select> </logic:iterate> Any help? Shawn --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]