In struts-config
<form-bean name="Form1" type="org.apache.struts.action.DynaActionForm"
dynamic="true">
<form-property name="property1" type="java.lang.Integer"/>
<form-property name="property2" type="java.lang.Integer"/>
<form-property name="property3" type="java.lang.String"/>
</form-bean>
<form-bean name="Form2" type="org.apache.struts.action.DynaActionForm"
dynamic="true">
<form-property name="method" type="java.lang.String"/>
</form-bean>
In the Action of PrepareForm2
Would like to create an ArrayList of Form1.
Is it possibel to do this? if so how to do this?
i.e can we instanciate a DynaActionfom?
thanks.
_________________________________________________________________
Dont just search. Find. Check out the new MSN Search!
http://search.msn.click-url.com/go/onm00200636ave/direct/01/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]