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
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
2 matches
Mail list logo