From: Jennifer Jacobs [mailto:[EMAIL PROTECTED] > There are reasons to use ValidatorActionForm over ValidatorForm, > but none that I can think of to use ValidatorForm over > ValidatorActionForm. Am I missing something? Can anyone think of a > reason why I would not want to use this as our standard?
I see no need to codify this decision as a standard, but: Sure; if you used a ValidatorForm across Actions and didn't want to define a validation for the form in each action. Much quicker and cleaner to just define it once. Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]