On Fri, 17 Jan 2003 14:17:04 -0800 (PST)
Ashish Kulkarni <[EMAIL PROTECTED]> wrote:
> Hi,
> the code did not work that way , so what i did is the
> following
> DynaValidatorForm PL1820DeleteForm =
> (DynaValidatorForm)
> DynaActionFormClass.getDynaActionFormClass(
>
> "PL1820DeleteForm").newInstance();
>
> PL1820DeleteForm.set("input1","This is
> test");
> and it works now
>
Sorry the code I sent was assuming you were passing in an instance of
PL1820DeleteForm set up in your action mapping. If you set up that form
name in your action mapping that action would have the instance of
PL1820DeleteForm and you could do it like I mentioned. Either way works
although looks a little cleaner I think setting up in the action
mapping.
--
Rick
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>