Re: Remove busy indicator from ajax timer behavior?

2010-12-12 Thread fachhoch
I have a similar need , I dont want busy indicator for ajaxTimer components , please guide me what how to achieve this, help is appreciated . -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Remove-busy-indicator-from-ajax-timer-behavior-tp2195698p3084704.html

Re: Remove busy indicator from ajax timer behavior?

2010-12-11 Thread fachhoch
please tell me more on what javascript flag my polling behavior should set, are there any examples ? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Remove-busy-indicator-from-ajax-timer-behavior-tp2195698p3083221.html Sent from the Users forum mailing list

Remove busy indicator from ajax timer behavior?

2010-05-12 Thread Early Morning
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

AW: Remove busy indicator from ajax timer behavior?

2010-05-12 Thread Stefan Lindner
12.05.2010 09:44 An: users@wicket.apache.org Betreff: Remove busy indicator from ajax timer behavior? 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

Re: Remove busy indicator from ajax timer behavior?

2010-05-12 Thread Early Morning
Betreff: Remove busy indicator from ajax timer behavior? 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

Re: Remove busy indicator from ajax timer behavior?

2010-05-12 Thread Igor Vaynberg
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: