[ 
http://issues.apache.org/jira/browse/ADFFACES-269?page=comments#action_12445482 
] 
            
Matthias Weßendorf commented on ADFFACES-269:
---------------------------------------------

ok...

that 

LocaleSymbols.prototype.getDecimalSeparator = _getDecimalSeparator;


routes to 

function _getDecimalSeparator()
{
  if (_decimalSep != (void 0))
    return _decimalSep;

  return this.getLocaleElements()["NumberElements"][0];
}

which causes the failre. thx. I look at it

> Chart component JavaScript issue
> --------------------------------
>
>                 Key: ADFFACES-269
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-269
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>          Components: Build
>            Reporter: Simon Lessard
>            Priority: Minor
>
> This bug was introduced in the latest build (2006-10-29) since it was not 
> present two weeks ago. The JavaScript fail, preventing the chart from 
> appearing in both IE and Firefox. The exact error is:
> Error: this.getLocaleElements().NumberElements has no properties
> Source File: 
> http://127.0.0.1:8080/trinidad-demo-incubator-m1-SNAPSHOT/adf/jsLibs/Common11-m7.js
> Line: 1770

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to