In 5.0.11-SNAPSHOT you can observe the "form:prepareforsubmit" event
on the Form object.

By observe, I mean all the Protoype stuff:

$(form).observe("form:prepareforsubmit", function() { ... });

On Tue, Feb 26, 2008 at 10:45 AM, Michael Lake <[EMAIL PROTECTED]> wrote:
>
>  I've got some javascript that I want to execute AFTER the client-side
>  validation has passed but BEFORE the actual form submission.
>
>  I've tested out adding my own Tapestry.Validator so that  I could simply
>  have a hidden form element that executes last(being placed before the
>  </t:form> tag), but I have no idea where to poll to see whether all
>  prior validations passed already.
>
>  Can someone give me an idea for how to handle this?
>
>  thanks,
>  mike lake
>
>
>
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: [EMAIL PROTECTED]
>  For additional commands, e-mail: [EMAIL PROTECTED]
>
>



-- 
Howard M. Lewis Ship

Creator Apache Tapestry and Apache HiveMind

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to