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.
DynaValidatorActionForm ------------------------ The key passed into the validator is the action element's 'path' attribute from the struts-config.xml which should match the form element's name attribute in the validation.xml. David --- Hemanth Setty <[EMAIL PROTECTED]> wrote: > 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]> > __________________________________________________ Do You Yahoo!? Yahoo! Autos - Get free new car price quotes http://autos.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

