T4 tapestry.form.submitAsync delayed?

2008-05-13 Thread Paul Stanton
I've noticed from watching client side and server side logs that when tapestry.form.submitAsync is called, it seems to go into a form of stack, and is the request is only eventually made once a previous async submit has responded. I'm fairly sure of this because I had a js function setting a

Re: T4 tapestry.form.submitAsync delayed?

2008-05-13 Thread Andreas Andreou
Take a look at http://svn.apache.org/repos/asf/tapestry/tapestry4/trunk/tapestry-framework/src/js/tapestry-4.1.5/core.js tapestry.bind uses dojo.io.queueBind(parms) which should explain what you're seeing so, it seems that you just need to replace queueBind with your custom version On Tue, May