On 11/30/06, Thomas Thomas <[EMAIL PROTECTED]> wrote:

I have the following DynaValidatorForm :
..
How am I supposed to get the parameters of this Form bean in the Action
class ?

Section 4.3.1 is popular today. :)
http://struts.apache.org/1.x/userGuide/building_controller.html

"DynaActionForms are not  a drop-in replacement for ActionForms. If
you need to access DynaActionForm properties in your Action, you will
need to use the map-style accessor, like myForm.get("name")."

--
Wendy

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

Reply via email to