You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-issues@incubator.apache.org by "Adam Winer (JIRA)" <ad...@incubator.apache.org> on 2007/04/15 19:49:15 UTC

[jira] Commented: (ADFFACES-445) Converters not working , Javascript error occuring on submit

    [ https://issues.apache.org/jira/browse/ADFFACES-445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12488957 ] 

Adam Winer commented on ADFFACES-445:
-------------------------------------

Trinidad has the behavior built-in too (but augments it with
client-side conversion + validation).  What you're doing should work.
And, on my machine, Firefox 2.0.0.3, the latest trunk, it *does* work.
<h:inputText> works because it has no client-side validation,
and the client-side validation is what's somehow failing here.

> 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
>         Assigned To: Adam Winer
>            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.