Yes, and if your read the javadoc for FieldValidator it says "Responsible for
validation of a single field."
http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/FieldValidator.html

Since you need to validate a group of fields, you will need to use the
form's validate event. eg onValidateFromMyForm() where MyForm is the id of
your form.



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/group-of-requred-fields-tp5720512p5720517.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to