RE: ValidatorForm vs. ValidatorActionForm

2006-10-18 Thread Dave Newton
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 standar

RE: ValidatorForm vs ValidatorActionForm

2004-06-07 Thread David Friedman
Navjot, One validates based upon the action mapping so you can make /update.do and /create.do use the same Action class but have different validation rules. The other is based on the form itself so any Actions using that form would have the exact same validation methods. Regards, David -Orig

RE: ValidatorForm vs ValidatorActionForm

2004-06-07 Thread Kunal H. Parikh
http://wiki.apache.org/struts/ValidatorActionForms -Original Message- From: Navjot Singh [mailto:[EMAIL PROTECTED] Sent: Tuesday, 8 June 2004 14:48 To: Struts Users Mailing List Subject: ValidatorForm vs ValidatorActionForm hi, What's the use of ValidatorActionForm when ValidatorForm