Re: DynaActionForm extends another object

2006-05-08 Thread Tarun Reddy
Did your CustDyna form has getter/setter methods for the attributes defined in Customer class? I think it's better to try like this, form.get("phones"). On 5/8/06, fea jabi <[EMAIL PROTECTED]> wrote: Have an object Customer which has attributes name e_mail phones --- ArrayList Have DynaAct

DynaActionForm extends another object

2006-05-08 Thread fea jabi
Have an object Customer which has attributes name e_mail phones --- ArrayList Have DynaActionForm CustDyna which extends Customer In the Dispatch action which is the LookupDispatchAction in one of the methods need to get the "phones" attribute of Customer. How to get this value? tried form.g