Difference between DynaValidatorActionForm and DynaValidatorForm

2002-07-18 Thread Hemanth Setty
Is there any difference between the two classes in terms of functionality? Why does DynaValidatorActionForm extend DynaValidatorForm? Am I missing something here?? -h -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Difference between DynaValidatorActionForm and DynaValidatorForm

2002-07-18 Thread David Winterfeldt
The key used to look up a set of validation rules is different. DynaValidatorForm -- The key passed into the validator is the action element's 'name' attribute from the struts-config.xml which should match the form element's name attribute in the validation.xml.