Re: AjaxPagingNavigator and 508

2009-04-15 Thread Jonas
to set the title attribute, you can attach an AttributeModifier to the links by overriding AjaxPagingNavigator#newPagingNavigationLink etc. e.g. new AjaxPagingNavigator("foo", pageable) { @Override protected Link newPagingNavigationLink(String id, IPageable pageable, int pageNumbe

AjaxPagingNavigator and 508

2009-04-15 Thread tubin gen
My application should be 508 and was wondering if using AjaxPagingNavigator and AjaxFallbackDefaultDataTable will they cause issue with 508 , because the pagining navigator provides links to pages and can I set the tittle attribute to the anchor created by navigator ? and the sortable column