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
Reporter: Martin Kočí
Assignee: Martin Kočí
Priority: Trivial
<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