As I understood per http://wicketinaction.com/2008/12/preventing-double-ajax-requests-in-3-lines-of-code/- you can make your BasePage implement that interface and all the app should use the same ajax indicator.
Please correct me if I'm wrong. Žilvinas Vilutis Mobile: (+370) 652 38353 E-mail: [email protected] On Wed, Jun 2, 2010 at 8:40 AM, Aurelie Boiteux < [email protected]> wrote: > > 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: [email protected] > For additional commands, e-mail: [email protected] > >
