have that polling behavior set some javascript flag that your handlers
are aware of.

-igor

On Wed, May 12, 2010 at 12:44 AM, Early Morning
<goodmorning...@gmail.com> wrote:
> Hi All,
>
> I followed this to implement a sitewide busy indicator:
> https://cwiki.apache.org/WICKET/generic-busy-indicator-for-both-ajax-and-non-ajax-submits.html
>
> However, I have an ajax behavior that polls in the page every 2 seconds, and
> every time it does the busy indicator flashes since the showBusysign()
> javascript method is registered as the PreCallHandler. How can I remove the
> busy indicator for only the polling behavior but keep it for other Ajax
> requests? Thanks!
>
>
> Regards,
>
> Ces
>

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

Reply via email to