I guess you need to add the decorator to the links. There are overrideable methods to create the links - e.g. org.apache.wicket.ajax.markup.html.navigation.paging.AjaxPagingNavigator.newPagingNavigationIncrementLink(String, IPageable, int). You'll need to create custom AjaxPagingNavigationIncrementLink which will have custom AjaxPagingNavigationBehavior.
But making it working right now is a bit hard. See https://issues.apache.org/jira/browse/WICKET-3540 for similar problem with AjaxLink itself. 2011/3/22 Altuğ Bilgin Altıntaş <[email protected]> > Is it possible to add AjaxCallDecorator to AjaxPagingNavigator ? > > Thanks... > > -- > *Altuğ* > *www.kodcu.com* <http://www.kodcu.com>** > -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com <http://jweekend.com/>
