thanks barry,

this works very well, but there is one thing I can't figure out with this mixin:

how do I know on js side if my tap event handler fails for some reason?
(I trigger a custom event from js and would like to know if and for what reason my tap handler failed to take measures on js side according to the failure code)

thanks,
Andreas

Barry Books schrieb:
Take a look at bind in the jQuery module.

https://github.com/got5/tapestry5-jquery/blob/master/src/main/java/org/got5/tapestry5/jquery/mixins/Bind.java

https://github.com/got5/tapestry5-jquery/blob/master/src/main/resources/org/got5/tapestry5/jquery/assets/mixins/bind/bind.js

It's a mixin that binds jQuery events to Tapestry event handlers. It
also handles zone updates.

---------------------------------------------------------------------
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

Reply via email to