Re: DynaActionform initialize

2006-01-04 Thread Rick Reumann
fea jabi wrote the following on 1/4/2006 3:52 PM: yes, that's right. have a table in my jsp which used form2. form1 properties are a row in a table. Would like to create a list of DynaActionform objects which would be the rows of my table. Ok, that's what I thought. You only need one Form (n

Re: DynaActionform initialize

2006-01-04 Thread fea jabi
uot;Struts Users Mailing List" To: Struts Users Mailing List Subject: Re: DynaActionform initialize Date: Wed, 04 Jan 2006 15:44:05 -0500 fea jabi wrote the following on 1/4/2006 3:33 PM: In the Action of PrepareForm2 Would like to create an ArrayList of Form1. When you say an ArrayList &qu

Re: DynaActionform initialize

2006-01-04 Thread Rick Reumann
fea jabi wrote the following on 1/4/2006 3:33 PM: In the Action of PrepareForm2 Would like to create an ArrayList of Form1. When you say an ArrayList "OF" Form1 do you really mean a List of ActionForm objects (in your case a List of DynaActionForm objects)? Typically you will never need to

DynaActionform initialize

2006-01-04 Thread fea jabi
In struts-config dynamic="true"> dynamic="true"> 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. ___