WARNING: This server is unstable and will be retired in the next days. If you want to keep this forum available, please request immediately a migration on the Nabble Support forum. Forums that don't receive any migration request will be deleted forever.

 « Return to Thread: [jira] [Created] (MYFACES-3503) Improve exception handling for f:setPropertyActionListener and EL coercion

[jira] [Updated] (MYFACES-3503) Improve exception handling for f:setPropertyActionListener and EL coercion

by My Faces - Dev mailing list :: Rate this Message:

| View in Thread


     [ https://issues.apache.org/jira/browse/MYFACES-3503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leonardo Uribe updated MYFACES-3503:
------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1.8
                   2.0.14
           Status: Resolved  (was: Patch Available)

Good idea. Thanks to Martin Koci for provide this patch
               

> Improve exception handling for f:setPropertyActionListener and EL coercion
> --------------------------------------------------------------------------
>
>                 Key: MYFACES-3503
>                 URL: https://issues.apache.org/jira/browse/MYFACES-3503
>             Project: MyFaces Core
>          Issue Type: Sub-task
>          Components: General
>            Reporter: Martin Kočí
>            Assignee: Martin Kočí
>            Priority: Trivial
>             Fix For: 2.0.14, 2.1.8
>
>         Attachments: MYFACES-3503.patch
>
>
> <f:setPropertyActionListener value="#{10}" target=#{bean.booleanProperty}  /> leads to exception:
> Cannot convert 10 of type class java.long.Long to class java.lang.Boolean
> but without line/column (without javax.faces.view.Location), because expressionFactory.coerceToType is not oam-LocationAware operation.
> See attached patch for details.

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


 « Return to Thread: [jira] [Created] (MYFACES-3503) Improve exception handling for f:setPropertyActionListener and EL coercion