In your execute() method:
DynaActionForm myForm = (DynaActionForm) form;
String foo = (String) myForm.get("foo");
String bar = (String) myForm.get("bar");
Asim Ghosh wrote:
hi guys,
if somebody can give me the solution to this problem.
i am using DynaActionForm and now i want to retrieve the
DynaActionForm theForm = (DynaActionForm) form;
String myValue = (String) theForm.get("myValueName");
robert
> -Original Message-
> From: Asim Ghosh [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, June 22, 2004 5:30 AM
> To: [EMAIL PROTECTED]
> Subject: how do i get members of DynaActionForm i
execute(...){
DynaActionForm myForm = (DynaActionForm) form;
myForm.get("property");
Cheers,
> -Original Message-
> From: Asim Ghosh [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, June 22, 2004 11:30 AM
> To: [EMAIL PROTECTED]
> Subject: how do i get members of DynaActionForm inside Actio
3 matches
Mail list logo