[
https://issues.apache.org/jira/browse/WICKET-2597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12789775#action_12789775
]
Igor Vaynberg commented on WICKET-2597:
---------------------------------------
looks like this change breaks binary compatibility for 1.4.x, we may want to
unroll it in that branch
> The PagingNavigator.newNavigation method does not provide a markup id of the
> element to create an navigation for
> ----------------------------------------------------------------------------------------------------------------
>
> Key: WICKET-2597
> URL: https://issues.apache.org/jira/browse/WICKET-2597
> Project: Wicket
> Issue Type: Improvement
> Components: wicket
> Reporter: Vitaly Tsaplin
> Assignee: Juergen Donnerstag
> Priority: Minor
> Fix For: 1.4.5, 1.5-M1
>
>
> The PagingNavigator.newNavigation method does not provide a markup id of
> the element to create an navigation for and a javadoc doesn't specify it
> either. Overriding the method you have to find out the id in question by
> looking into the source which is neither convenient nor safe way.
> At the moment it looks like the following:
> protected PagingNavigation newNavigation(final IPageable pageable,
> final IPagingLabelProvider labelProvider)
> A fix could be like this:
> protected PagingNavigation newNavigation(String id, final IPageable
> pageable, final IPagingLabelProvider labelProvider)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.