Re: AjaxPagingNavigation change style

2010-12-14 Thread blauerberg
Ivoneta, > MyAjaxPagingNavigator extends from my own PagingNavigator subclass. > But I have a problem my own class doesn't work...If I clicked to next > page, the entire page is refresh, because AjaxPagingNavigationBehavior call onAjaxEvent() only if Navigator class is AjaxPagingNavigator.class

Re: AjaxPagingNavigation change style

2010-07-21 Thread Fernando Wermus
Ivonetta, If you wanna change the styles, you can also add an id attribute to AjaxPaginavigator and use style css in the way: #myPageN { your style } in this way you would not have to overwrite the markup. It is easier. On Wed, Jul 21, 2010 at 5:50 PM, Ivoneta wrote: > > ohh I see the

Re: AjaxPagingNavigation change style

2010-07-21 Thread Ivoneta
ohh I see the problem. I used a markup for AjaxPagingNavigator, but it doesn't have one. The markup is for PagingNavigator. I need to use AjaxPagingNavigator, so I implemented my own class MyAjaxPagingNavigator - copying exactly the same AjaxPagingNavigator code - and then I create a subclass from