Re: Override IAjaxIndicatorAware behavior

2010-06-03 Thread Aurelie Boiteux

Yes, that's exactly what I did. 

My problem is that I want that div veil shows up only if an ajax call
takes more than 2 seconds to process. If the ajax processing is short (less
than 2 seconds), I don't want this div shows up.
I don't know how to do it.

Thanks
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Override-IAjaxIndicatorAware-behavior-tp2239813p2241266.html
Sent from the Wicket - User mailing list archive at Nabble.com.

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



Re: Override IAjaxIndicatorAware behavior

2010-06-02 Thread Aurelie Boiteux

Hi,

This solution works if I create a specific AjaxLink that implements
IAjaxIndicatorAware, so I can specify the AjaxCallDecorator.

But I implement the interface in a specific WebPage so div is displayed for
each ajax call that occur in this page.

I try to find a solution to override the behavior for every ajax call of a
webPage that implements the interface of the entire application.

Do you think it's possible?
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Override-IAjaxIndicatorAware-behavior-tp2239813p2240354.html
Sent from the Wicket - User mailing list archive at Nabble.com.

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