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
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
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
3 matches
Mail list logo