Re: Adding Calldecorator to AjaxPagingLink?

2007-10-28 Thread Ayodeji Aladejebi
yeah looking at the source, i know wat to do thanks :) On 10/28/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > > ajaxpagingnavigator has newPagingNavigationLink() that you can > override and return a link with your call decorator. its all there in > the source. if we make everything trivially plug

Re: Adding Calldecorator to AjaxPagingLink?

2007-10-28 Thread Igor Vaynberg
ajaxpagingnavigator has newPagingNavigationLink() that you can override and return a link with your call decorator. its all there in the source. if we make everything trivially pluggable wicket will end up a huge spaghetti mess, so somethings you need to research and possibly replicate on your own.

Re: Adding Calldecorator to AjaxPagingLink?

2007-10-28 Thread Ayodeji Aladejebi
but AjaxPagingNavigator or PagingNavigationLink has no such method to override On 10/28/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > > override getajaxcalldecorator()? > > -igor > > > On 10/27/07, Ayodeji Aladejebi <[EMAIL PROTECTED]> wrote: > > i cant seem to find a way around this, any tip wil

Re: Adding Calldecorator to AjaxPagingLink?

2007-10-28 Thread Igor Vaynberg
override getajaxcalldecorator()? -igor On 10/27/07, Ayodeji Aladejebi <[EMAIL PROTECTED]> wrote: > i cant seem to find a way around this, any tip will be appreciated > - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Adding Calldecorator to AjaxPagingLink?

2007-10-27 Thread Ayodeji Aladejebi
i cant seem to find a way around this, any tip will be appreciated