Absent any response, switching from Wicket 1.3.0 to 1.3.3 made the pagination work.
LarryT wrote: > > I have a similar problem in that the behavior of SortableDataProvider > differs between systems it's running on. Deploy the same war to dev or > test system and pagination works but in production it doesn't - go figure. > > I find that when pagination works there are two calls to size() before the > iterator() call, which has the correct first value, when a navigation link > is requested. When it doesn't work there is only one call to size() and > the following iterator() call sticks at first = 0. > > Any insight is greatly appreciated. > > > > -- View this message in context: http://www.nabble.com/DefaultDataTable-not-paging-correctly-tp16180335p18619633.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
