| Author |
Difference b/w ValidatorForm and DynaValidatorForm
|
navmn mn
Greenhorn
Joined: Nov 30, 2004
Posts: 13
|
|
Hi I am working on Validator framework in struts whatz the difference b/w ValidatorForm and DynaValidatorForm. Thanks in Advance Naveen
|
 |
Marc Peabody
pie sneak
Sheriff
Joined: Feb 05, 2003
Posts: 4725
|
|
DynaValidatorForm extends DynaActionForm. ValidatorForm does not. DynaActionForm allows you to create ActionForms declaratively through the struts-config without needing to write a Java class.
|
A good workman is known by his tools.
|
 |
 |
|
|
subject: Difference b/w ValidatorForm and DynaValidatorForm
|
|
|