aspose file tools
The moose likes Struts and the fly likes Problem with logic:iterate with Dynaform for multiple input parameters Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Application Frameworks » Struts
Reply Bookmark "Problem with logic:iterate with Dynaform for multiple input parameters" Watch "Problem with logic:iterate with Dynaform for multiple input parameters" New topic
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
 
Threads others viewed
Help regarding logic:iterate tag
dynaform and nested property
how to get arrays of multiple input parameters using logic:iterate
problem with struts1.1 please help me...
Problem with Dynaform in Struts 1.1
developer file tools