You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Ju...@atosodsorigin.com on 2002/07/24 12:17:05 UTC

Problem populating a select and maintain it after a validation Error

I prepopulate a DynaValidatorForm whith an String[] to populate the options of
a select. How can I maintain the values of the options after a validation Error.


    <form-bean name="crearRangoForm"  type="org.apache.struts.validator.DynaValidatorForm">
            <form-property name="lista" type="java.lang.String[]"/>
            <form-property name="text"  type="java.lang.String"/>
  </form-bean>


Thanks
Juan Pedro.



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>