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

Martin Kočí updated MYFACES-3503:
---------------------------------

    Status: Patch Available  (was: Open)
    
> 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
>         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


Reply via email to