You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "YunFeng Ma (JIRA)" <ji...@apache.org> on 2008/06/03 12:50:45 UTC

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

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
             Fix For: 2.1.2, 2.1.x, 2.2


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.


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

Posted by "Jarek Gawor (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-4095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jarek Gawor reassigned GERONIMO-4095:
-------------------------------------

    Assignee: Jarek Gawor

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


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

Posted by "YunFeng Ma (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-4095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

YunFeng Ma updated GERONIMO-4095:
---------------------------------

    Attachment: GERONIMO-4095.patch

A patch for this.

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


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

Posted by "Joe Bohn (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-4095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joe Bohn updated GERONIMO-4095:
-------------------------------

    Affects Version/s:     (was: 2.1.2)
                           (was: 2.1.x)
                           (was: 2.2)
                       2.1.1

changed affected versions from 2.1.x, 2.1.2, and 2.2 to 2.1.1.  I believe this only affects 2.1.1 - it is actually resolved in the other versions that were referenced.

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


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

Posted by "Joe Bohn (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-4095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joe Bohn updated GERONIMO-4095:
-------------------------------

    Fix Version/s:     (was: 2.1.x)

> 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.1
>            Reporter: YunFeng Ma
>            Assignee: Jarek Gawor
>             Fix For: 2.1.2, 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.


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

Posted by "Jarek Gawor (JIRA)" <ji...@apache.org>.
     [ 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.