Core.js: invalid Javascript in Firefox and XHTML
------------------------------------------------

                 Key: TRINIDAD-818
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-818
             Project: MyFaces Trinidad
          Issue Type: Bug
    Affects Versions: 1.0.3-core
         Environment: Java 6, Windows and Linux environments.
            Reporter: Victor S.


When accessing forms, Core.js uses javascript sentence "document[x]" (where "x" 
is the form ID). This works with basic HTML, but not in XHTML documents.

Changing "document[x]" with "document.forms[x]" my application works fine, both 
in Firefox and IExplorer.

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