Hey thanks for ideas, i ended with for mixin to do: $(formId).observe(Tapestry.FORM_PROCESS_SUBMIT_EVENT, function(event) { //hide modal });
by some reason <form onsubmit="..." /> is never called. On Wed, Aug 21, 2013 at 6:46 PM, Lenny Primak <lpri...@hope.nyc.ny.us>wrote: > FlowLogix library has a mixin for this: > http://code.google.com/p/flowlogix/wiki/TLUpdateEvent > > On Aug 21, 2013, at 9:15 AM, Thiago H de Paula Figueiredo wrote: > > > On Wed, 21 Aug 2013 09:45:33 -0300, Dmitriy Vsekhvalnov < > dvsekhval...@gmail.com> wrote: > > > >> Hi all, > > > > Hi! > > > >> i'm looking for a way to bind event handler (js) to <a> element which > also is LinkSubmit, but i'd like my event handler to be executed after > >> LinkSubmit handler. > > > > What you actually want is to execute JavaScript when an AJAX call is > finished. If it's a zone update, here's the solution: > http://apache-tapestry-mailing-list-archives.1045711.n5.nabble.com/Trigger-a-client-side-event-AFTER-Zone-update-td3229142.html > . > > > > -- > > Thiago H. de Paula Figueiredo > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > > For additional commands, e-mail: users-h...@tapestry.apache.org > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > >