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 timestamp on a form field and submitting the form async, then logging the value of the timestamp on the server. The server was getting the same timestamp over and over again, however the value at the time of calling tapestry.form.submitAsync was different.

My question is, is there any way of controlling this stack and cancelling previous yet un-requested submits?

p.


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

Reply via email to