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
Priority: Minor
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.