2003. janu�r 20. 15:40 d�tummal Lach, Thierry ezt �rtad: > <form-bean dynamic="false" name="MyActionForm" > type="com.bbdodetroit.struts.form.MyActionForm"> > <form-property name="firstName" type="java.lang.String[]"/> > <form-property name="lastName" type="java.lang.String[]"/> > </form-bean>
If your bean is not dynamic there is no need to use the form-property. Look into the DTD! > I've also tried "firstName[0]", and even (after spotting it in the This should work however the array should be initialized. Make sure, that firstName array is not null, and it has element at index 0. Hth, Tib -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

