Converters not working , Javascript error occuring on submit ------------------------------------------------------------
Key: ADFFACES-445 URL: https://issues.apache.org/jira/browse/ADFFACES-445 Project: MyFaces ADF-Faces Issue Type: Bug Components: Components Affects Versions: 1.0.1-incubating-core-SNAPSHOT Reporter: Safurudin Mahic Priority: Blocker When using a Trinidad InputBox bound to an eg. Long value in a backing bean, such as in the demo application (convertValidate.jspx), when trying to submit the form, one gets a javascript error : e.getFacesMessage is not a function var errorString1=e.getFacesMessage().getDetail(); (Common11-m7.js, line 4650) This only affects the Trindad InputBox component, the myfaces version is working properly. This basically means that one cannot bind InputBox components to values other than a String. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.