You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by djapal <dj...@gmail.com> on 2014/02/06 15:28:11 UTC

Wicket 6 datatable pagination

Hello all.
I'm facing a strange problem.
If i use 1.5.11 version of wicket, pagination works as designed. I can
traverse through all pages of the table and sorting works too.
If i switch to 6.13.0 method
public Iterator<Contact> iterator(long first, long count)
of my SortingDataProvider class always returns first with value of zero.

Do i have to do something extra in v.6?

--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-6-datatable-pagination-tp4664262.html
Sent from the Users forum mailing list archive at Nabble.com.

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


Re: Wicket 6 datatable pagination

Posted by Martin Grigorov <mg...@apache.org>.
We are not aware of such issue.
Please create a quickstart and attach it to ticket in JIRA.
Thanks!

Martin Grigorov
Wicket Training and Consulting


On Thu, Feb 6, 2014 at 3:51 PM, djapal <dj...@gmail.com> wrote:

> OK found it. after trying with many versions it seems that it is a 6.13.0
> bug, because in 6.12.0 pagination works w/o probs
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Wicket-6-datatable-pagination-tp4664262p4664263.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

Re: Wicket 6 datatable pagination

Posted by djapal <dj...@gmail.com>.
OK found it. after trying with many versions it seems that it is a 6.13.0
bug, because in 6.12.0 pagination works w/o probs

--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-6-datatable-pagination-tp4664262p4664263.html
Sent from the Users forum mailing list archive at Nabble.com.

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