I don't know if I understand correctly your problem, but Tapestry fires some JavaScript events when the form is submitting (see tapestry.js for details), like Tapestry.FORM_VALIDATE_EVENT, Tapestry.FORM_PREPARE_FOR_SUBMIT_EVENT and Tapestry.FORM_PROCESS_SUBMIT_EVENT. The latter two fire after validation, so they are good to block another submission after the form has passed validation and it is ready to submit.
Regards, Raul. P.S.: I use Tapestry.FORM_PREPARE_FOR_SUBMIT_EVENT to update a field converted to TinyMCE, specially for Ajax submits (because it updates the field automatically only on normal submits). -- View this message in context: http://tapestry-users.832.n2.nabble.com/T5-Prevent-multiple-form-submits-tp5477609p5478598.html Sent from the Tapestry Users 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