On Sun, 5 Jan 2003, Matt Raible wrote:

> Date: Sun, 5 Jan 2003 17:12:51 -0700
> From: Matt Raible <[EMAIL PROTECTED]>
> Reply-To: Struts Developers List <[EMAIL PROTECTED]>
> To: 'Struts Developers List' <[EMAIL PROTECTED]>
> Subject: RE: DynaActionFormClass.getDynaActionFormClass
>
> Has it become as easy as:
>
> DynaActionForm myForm = new DynaActionForm();
>
> ?? Man - that would be slick if (true)!
>

Unfortunately, that is not technically feasible :-).

Your best bet is the utility method RequestUtils.createActionForm().  As
an extra added advantage, this works for either standard ActionForm beans
or DynaActionForm beans.

> Thanks,
>
> Matt

Craig


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to