You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Juergen Donnerstag (JIRA)" <ji...@apache.org> on 2009/12/12 12:23:18 UTC

[jira] Resolved: (WICKET-2597) The PagingNavigator.newNavigation method does not provide a markup id of the element to create an navigation for

     [ https://issues.apache.org/jira/browse/WICKET-2597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Juergen Donnerstag resolved WICKET-2597.
----------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5-M1
                   1.4.5
         Assignee: Juergen Donnerstag

> 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.