Re: Customize PagingNavigator

2012-05-11 Thread vineet semwal
btw created this https://issues.apache.org/jira/browse/WICKET-4555 On Fri, May 11, 2012 at 2:32 AM, sudeivas wrote: > Works now. Thanks > > -Suresh > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Customize-PagingNavigator-tp4624405p462

Re: Customize PagingNavigator

2012-05-10 Thread sudeivas
Works now. Thanks -Suresh -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Customize-PagingNavigator-tp4624405p4624655.html Sent from the Users forum mailing list archive at Nabble.com. - To

Re: Customize PagingNavigator

2012-05-10 Thread vineet semwal
); nv.setViewSize(customsize); return nv; } On Fri, May 11, 2012 at 1:40 AM, sudeivas wrote: > navigator.getPagingNavigation() returns null. > > Am I missing something? > > -Suresh > > -- > View this message in context: > http://apache-wicket.1842

Re: Customize PagingNavigator

2012-05-10 Thread sudeivas
navigator.getPagingNavigation() returns null. Am I missing something? -Suresh -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Customize-PagingNavigator-tp4624405p4624504.html Sent from the Users forum mailing list archive at Nabble.com

Re: Customize PagingNavigator

2012-05-10 Thread vineet semwal
issues. So we need something like this, > > "<< < 1 2 3 4 5 > >>" > > Is this possible? > > -Suresh > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Customize-PagingNavigator-tp4624405.html > Se

Customize PagingNavigator

2012-05-10 Thread sudeivas
e list. So PagingNavigator displays something like this, "<< < 1 2 3 4 5 6 7 8 9 10 > >>" But we are having some alignment issues. So we need something like this, "<< < 1 2 3 4 5 > >>" Is this possible? -Suresh -- View this message in context: ht