RTFM:
http://jakarta.apache.org/struts/userGuide/building_controller.html#dyna_act
ion_form_classes

"If need be, you can extend the DynaActionForm to add custom validate and
reset methods you might need. Simply specify your subclass in the
struts-config instead. However, you cannot mix conventional properties and
DynaProperties. A conventional getter or setter on a DynaActionForm won't be
found by the reflection utilities. "

-Tim

-----Original Message-----
From: Shishir K. Singh [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 21, 2003 1:02 PM
To: Struts Users Mailing List
Subject: Reset() and validate() using DynaActionForm


Hello, 

I am trying to use DynaActionForm. However, I would like to have the
reset() and validate() functionality using DynaActionForm. Any pointers
as to how to get around this without going back to ActionForm. 

TIA 
Shishir

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

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

Reply via email to