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/01/05 00:21:27 UTC

[jira] Created: (ADFFACES-346) JSF 1.2: "validator" attribute use results in ELException instead of proper FacesMessage

JSF 1.2: "validator" attribute use results in ELException instead of proper FacesMessage
----------------------------------------------------------------------------------------

                 Key: ADFFACES-346
                 URL: https://issues.apache.org/jira/browse/ADFFACES-346
             Project: MyFaces ADF-Faces
          Issue Type: Bug
            Reporter: Adam Winer
         Assigned To: Adam Winer


In the JSF 1.2 branch, set the "validator" attribute on an input component, and enter content that fails validation.  You get a big stack trace of an ELException around a ValidatorException, instead of getting a proper FacesMessage added to the page.

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

        

[jira] Updated: (ADFFACES-346) JSF 1.2: "validator" attribute use results in ELException instead of proper FacesMessage

Posted by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/ADFFACES-346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Weßendorf updated ADFFACES-346:
----------------------------------------

        Fix Version/s: 2.0.0-incubating-core-SNAPSHOT
    Affects Version/s: 2.0.0-incubating-core-SNAPSHOT

> JSF 1.2: "validator" attribute use results in ELException instead of proper FacesMessage
> ----------------------------------------------------------------------------------------
>
>                 Key: ADFFACES-346
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-346
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>    Affects Versions: 2.0.0-incubating-core-SNAPSHOT
>            Reporter: Adam Winer
>         Assigned To: Adam Winer
>             Fix For: 2.0.0-incubating-core-SNAPSHOT
>
>
> In the JSF 1.2 branch, set the "validator" attribute on an input component, and enter content that fails validation.  You get a big stack trace of an ELException around a ValidatorException, instead of getting a proper FacesMessage added to the page.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (ADFFACES-346) JSF 1.2: "validator" attribute use results in ELException instead of proper FacesMessage

Posted by "Adam Winer (JIRA)" <ad...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/ADFFACES-346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adam Winer resolved ADFFACES-346.
---------------------------------

    Resolution: Fixed

Fixed.  The problem came from not converting javax.el.ELExceptions into javax.faces.el.EvaluationExceptions as needed.  All our old-to-new or new-to-old EL wrappers now convert exceptions as needed.

> JSF 1.2: "validator" attribute use results in ELException instead of proper FacesMessage
> ----------------------------------------------------------------------------------------
>
>                 Key: ADFFACES-346
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-346
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>            Reporter: Adam Winer
>         Assigned To: Adam Winer
>
> In the JSF 1.2 branch, set the "validator" attribute on an input component, and enter content that fails validation.  You get a big stack trace of an ELException around a ValidatorException, instead of getting a proper FacesMessage added to the page.

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