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

Reply via email to