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-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to