Wicket friends,

another question regarding high latency. Here is the scenario:

* I have a lot of network latency so all ajax requests have considerable delay.
* User types in a form that submit itself on every keyup event
* All but the first submit is queued since the ajax channel is busy

Now when the first submit is processed I would like to somehow prune the queue so that only the last submit is processed and all other submits are discarded. Can this be done?

// Daniel
jalbum.net


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to