You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Jarek Gawor (JIRA)" <ji...@apache.org> on 2008/06/04 04:14:44 UTC

[jira] Resolved: (GERONIMO-4095) Run SQL portlet doesn't work in a non-English browser

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

Jarek Gawor resolved GERONIMO-4095.
-----------------------------------

    Resolution: Fixed

Committed the patch to trunk (revision 662943) and branches/2.1 (revision 662944). Thanks!


> Run SQL portlet doesn't work in a non-English browser
> -----------------------------------------------------
>
>                 Key: GERONIMO-4095
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4095
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: console
>    Affects Versions: 2.1.2, 2.1.x, 2.2
>            Reporter: YunFeng Ma
>            Assignee: Jarek Gawor
>             Fix For: 2.1.2, 2.1.x, 2.2
>
>         Attachments: GERONIMO-4095.patch
>
>
> Run SQL portlet has some codes like below and it makes different action (Create, Delete, Run SQL) according to the value of input "action", so it fails when it runs in a non-English browser.
> {noformat}
> <input type="submit" name="action" value='<fmt:message key="internaldb.common.create"/>' onClick="return <portlet:namespace/>validateForm1();">
> <input type="submit" name="action"  value='<fmt:message key="internaldb.common.delete"/>'>
> {noformat}

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