| Author |
Problem with logic:iterate with Dynaform for multiple input parameters
|
Sana Jay
Greenhorn
Joined: Feb 03, 2004
Posts: 26
|
|
hello, I am using logic:iterate to input multiple input parameters.My action form is a dynaform.It is as follows. <form-beans> <form-bean name="dynamicArrayForm" type="org.apache.struts.validator.DynaValidatorForm"> <form-property name="firstArray" type="demo.firstArray[]"/> </form-bean> </form-beans> I have the property of name,place as the setter/getter in the Bean for the firstArray. But each property(name) is an array.So how to go abt writing the setter/getter in the bean. And wat will be the dynaform type for a 2 dimensional array. Is there any other way to go abt this. Can anyone guide me on this. Thanks in advance. Sana
|
 |
 |
|
|
subject: Problem with logic:iterate with Dynaform for multiple input parameters
|
|
|