Hi , thanks for replay,

 I tried it, but the overriden methods return a usual links. with no
pageparameters attribut.

@Override
protected AbstractLink newPagingNavigationLink(String id,
                IPageable pageable, int pageNumber) {

        return super.newPagingNavigationLink(id, pageable, pageNumber);
}

the newPagingNavigationLink(id, pageable, pageNumber); return an extended
object from the Link class. and there is no PageParameters attribute there.

and how can I replace the newPagingNavigationLink() with BookMarkableLink()
and keeping the pageable and pageNumber parameters? 


Thanks again. 



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/PagingNavigator-with-additionnal-pageParameters-tp4650631p4650648.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to