Gin Chen wrote:
> I have a dynaValidatorForm that is linked to a class that I defined.
> I'm trying to create a new instance of it as such:
>       AssociateForm         associate = new AssociateForm();
>       associate.initialize(aMapping);
> Unfortunately it doesn't seem to be picking up the form properties. 
> I know this way of creating a new form works fine for 
> ActionForms. Is there a way to do this for a DynaForm?

I had a similar problem and had not changed the 'extends' clause of the
class in question.

But what do you mean by not picking up the form properties?  Dynamic forms
don't have the traditional get/set methods, they have a Map instead.

-- 
Wendy Smoak
Applications Systems Analyst, Sr.
Arizona State University PA Information Resources Management

Reply via email to