You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Kan Ogawa (JIRA)" <ji...@apache.org> on 2009/01/04 23:41:44 UTC

[jira] Commented: (GERONIMO-4474) Pull out the text in the JSP files to resource bundle files

    [ https://issues.apache.org/jira/browse/GERONIMO-4474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12660642#action_12660642 ] 

Kan Ogawa commented on GERONIMO-4474:
-------------------------------------

Gang,

We found a patch defect during working GERONIMO-4485 issue.
it is viewJMXServer.jsp in jsp-localization-debugview.patch:
{code}
- <th dataType="html" width="10%">&nbsp;Setter&nbsp;</th>
+ <th dataType="html" width="10%">&nbsp;<fmt:message key="jmxmanager.help.server"/>&nbsp;</th>
{code}
the debugview console shows not "Setter" but "Server". this is wrong.
Please re-fix it immediately.

> Pull out the text in the JSP files to resource bundle files
> -----------------------------------------------------------
>
>                 Key: GERONIMO-4474
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4474
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: console
>    Affects Versions: 2.2
>            Reporter: Ivan
>            Assignee: Donald Woods
>            Priority: Minor
>             Fix For: 2.2
>
>         Attachments: jsp-localization-activemq.patch, jsp-localization-console.patch, jsp-localization-debugview.patch, jsp-localization-monitoring.patch, jsp-localization-openejb.patch, jsp-localization-plancreator.patch, jsp-localization-plancreator_v2.patch, jsp-localization-plugin.patch, jsp-localization-sysdb.patch
>
>
> Currently in the admin console, some text are hard coded in the JSP files.
> We need to pull them out to the resource bundle files, so that we could deliver multi-language versions in the future.

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