Hello, I have a form that contains multiple submit buttons. One button saves data, the other submits to the next state. I'm looking to disable the validation required fields on save while still being able to validate data integrity like email, digits etc. However on submit, all validation would be need to be required. With jQuery Validate, they give you the option to use class name cancel with a button which disables validation on submit for that button, does tapestry have anything like this?
-- View this message in context: http://tapestry.1045711.n5.nabble.com/Disable-validation-on-submit-button-tp5562257p5562257.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
