You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Altuğ Bilgin Altıntaş <al...@gmail.com> on 2011/03/22 11:17:34 UTC

adding AjaxCallDecorator to AjaxPagingNavigator

Is it possible to add AjaxCallDecorator to AjaxPagingNavigator ?

Thanks...

-- 
*Altuğ*
*www.kodcu.com* <http://www.kodcu.com>**

Re: adding AjaxCallDecorator to AjaxPagingNavigator

Posted by Martin Grigorov <mg...@apache.org>.
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ş <al...@gmail.com>

> 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/>