Yep, intercept the ajax call and inc/dec a counter

-- paolo


On Sat, Jul 25, 2009 at 10:03 AM, John Patterson <[email protected]>wrote:

> Hi, I notice that when I have two ajax requests overlapping the indicator
> is turned off when the first one completes.
>
> Start AJAX request A - turns on the indicator
> Start AJAX request B
> Return AJAX request A - turns off the indicator
> Return AJAX request B
>
> Would a possible solution be to replace the call to wicketShow(id) with
> something like wicketIncrementShow(id) which increments a counter against
> the id and wicketDecrementHide(id) would only hide the component when the
> count got to 0?
>
> John.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to