Details
-
Task
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
2.01.00m02
-
None
Description
TODO : org.apache.wicket.markup.html.navigation.paging.PagingNavigation in wicket-1.3.0-rc2.jar contains a bug regarding paging when a non-null labelProvider is provided. This is already fixed in trunk (revision 604918). When this commit makes it to a release use the following constructor to enable a custom label provider:
super(id, pageable, labelProvider);
Attachments
Issue Links
- is a result of
-
CMS-356 customizable paging starts with page 0 instead of page 1.
- Closed