Greetings, I have one dropdown. For dropdown I have one property of type ArrayList in the form. It displays the list. While submitting the page, if there is any error, I want to display the same page with the dropdown list. I don't want to set it as session/application attribute.
Jsp code <html:select property="testName" size="1" > <bean:define id="rows" name="testForm" property="rows" type="java.util.ArrayList" /> <html:options collection="rows" property="value" labelProperty="label" /> </html:select> Any suggestions is highly appreciated. Regards, Sen. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]