AjaxChannel Queues

2013-06-20 Thread Jered Myers
I am having a few challenges with the AjaxChannel queuing up and interfering with actions a user is making while in ajax requests are in queue. When my AbstractDefaultAjaxBehavior hits its respond method, it adds a JavaScript call to the target. Does that JavaScript get executed before the

Re: AjaxChannel Queues

2013-06-20 Thread Sven Meier
The Javascript in the response is evaluated as part of the ajax call. I need to know if the finishButtonWork function call would happen before or after the AjaxChannel releases the next ajax request from queue. Before. Sven On 06/20/2013 07:48 PM, Jered Myers wrote: I am having a few

Re: AjaxChannel Queues

2013-06-20 Thread Jered Myers
Thanks! On 06/20/2013 01:08 PM, Sven Meier wrote: The Javascript in the response is evaluated as part of the ajax call. I need to know if the finishButtonWork function call would happen before or after the AjaxChannel releases the next ajax request from queue. Before. Sven On 06/20/2013