You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Peter Ertl (JIRA)" <ji...@apache.org> on 2007/06/14 18:18:26 UTC

[jira] Created: (WICKET-653) NavigatorLabel does not support I18N or alternate text

NavigatorLabel does not support I18N or alternate text
------------------------------------------------------

                 Key: WICKET-653
                 URL: https://issues.apache.org/jira/browse/WICKET-653
             Project: Wicket
          Issue Type: Bug
          Components: wicket-extensions
            Reporter: Peter Ertl


the class

  org.apache.wicket.extensions.markup.html.repeater.data.table.NavigatorLabel

contains some hardcoded english text ("Showing # to # of #") in line 156

this message should instead be taken from a resource property to support other languages or different texts...


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WICKET-653) NavigatorLabel does not support I18N or alternate text

Posted by "Kent Tong (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12516169 ] 

Kent Tong commented on WICKET-653:
----------------------------------

This is already fixed 1.3 beta2.

> NavigatorLabel does not support I18N or alternate text
> ------------------------------------------------------
>
>                 Key: WICKET-653
>                 URL: https://issues.apache.org/jira/browse/WICKET-653
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>            Reporter: Peter Ertl
>
> the class
>   org.apache.wicket.extensions.markup.html.repeater.data.table.NavigatorLabel
> contains some hardcoded english text ("Showing # to # of #") in line 156
> this message should instead be taken from a resource property to support other languages or different texts...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.