Sorry, i was busy with some other stuff, but found time today to work
on this again.

Your solution works great, i had to use the following classes :
['nobusy', 'selector', 'calnav', 'calheader', 'yui-cal-nav-btn'];

by not enabling the busyindicator for thus classes it now works great.

Thank you

On Tue, Feb 23, 2010 at 10:00, Jing Ge (Besitec IT DEHAM)
<j...@besitec.com> wrote:
> Hi,
>
> I got the same problem and I v built a workaround for it. The idea is simple:
>
> call the hideBusysign() method when the class attribute of the clickedElement 
> or its parentNode is one of "yui", "calnav", "calheader".
>
> You can of cause add more class name into the list for further "never ending 
> busy sign".
>
> Regards!
> Jing
>
> -----Original Message-----
> From: Bert [mailto:taser...@gmail.com]
> Sent: Montag, 22. Februar 2010 09:55
> To: users@wicket.apache.org
> Subject: busy indicator and DateTextField / DatePicker / YUI
>
> Hi,
>
> i followed the example in [1] to add a busy indicator to our
> application and it works like a charm.
>
> [1] 
> http://cwiki.apache.org/WICKET/generic-busy-indicator-for-both-ajax-and-non-ajax-submits.html
>
> Only problem i have encountered so far is the use of the YUI Calendar.
> It triggers the indicator,
> but does not register the Wicket.Ajax.*Handler which leads to a never
> ending busy sign.
>
> Does anybody else already solved that problem ?
>
> I see 2 possible ways: not firing the busy indicator by filtering out
> the YUI elements or
> by registering the Wicket.Ajax.*Handler in YIU. But my js knowledge is
> rather limited and
> the YIU library is rather large ..
>
> Thanks in advance for any help.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>
>

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

Reply via email to