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.

Reply via email to