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 value of a particular field.
in execute method i have the reference of ActionForm. asim



---------------------------------
ALL-NEW Yahoo! Messenger - sooooo many all-new ways to express yourself


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



Reply via email to