Hi is it possible to use <html:select tag with enumeration, if yes how My form definication in struts-config.xml file is as below <form-bean dynamic="true" name="loginForm" type="org.apache.struts.validator.DynaValidatorForm">
<form-property name="system" type="java.lang.String" /> <form-property name="as400list" type="java.util.Enumeration" /> </form-bean> in my jsp i have defined <html:form action="/loginAction" focus="userId" method="post"> <html:select property="system" size="1" multiple="false"> <!-- what do i enter here --> </html:select> </html:form> Ashish __________________________________ Do you Yahoo!? Yahoo! Mail - You care about security. So do we. http://promotions.yahoo.com/new_mail --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]