hi , all
I need to call my _javascript_ after jumping to the next page, how can I do this?
I explored  the wicket source, it seemed that there were no  easy ways.
The only way I find out is to extend  AjaxPagingNavigator and add my own IAjaxCallDecorator to AjaxPagingNavigationBehavior, but then I have to extends many classes including :
     AjaxPagingNavigator , AjaxPagingNavigationIncrementLink , AjaxPagingNavigation ... .
     to add my decorator the default Ajax Link .

Maybe AjaxPagingNavigator should provide setAjaxCallDecorator ()  method ?

outersky
_______________________________________________
Wicket-develop mailing list
Wicket-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to