| Author |
accessing dynaactionform in action class
|
k srinivas
Greenhorn
Joined: May 31, 2004
Posts: 4
|
|
Hi all, Could i please know as to how could i access the dynaactionform into my action class. how can i set some value to the property of the dynaactionform in the action class Thanks in advance....
|
 |
Anurag Mishra
Ranch Hand
Joined: Jun 16, 2003
Posts: 121
|
|
Hi Srinivas, Please see this hierarichy DynaValidatorForm extends DynaActionForm DynaActionForm extends ActionForm ActionForm extends Object So now if you want to set properties for your dyanaAction form check this in your struts-config.xml file thanks Anurag
|
SCJP 1.2
|
 |
 |
|
|
subject: accessing dynaactionform in action class
|
|
|