[
https://issues.apache.org/jira/browse/MYFACES-2968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13014119#comment-13014119
]
Martin Kočí commented on MYFACES-2968:
--------------------------------------
FYI: JUEL in version 2.2.4 has new property: javax.el.ignoreReturnType:
"ignore the expected return type passed to
EpressionFactory.createMethodExpression() when looking up a method to invoke."
> ApplicationImpl.createMethodBinding should create expression with signature:
> void method(params)
> ------------------------------------------------------------------------------------------------
>
> Key: MYFACES-2968
> URL: https://issues.apache.org/jira/browse/MYFACES-2968
> Project: MyFaces Core
> Issue Type: Bug
> Reporter: Martin Kočí
> Attachments: MYFACES-2968.patch
>
>
> This is probably not specified but mojarra does it:
> Application.createMethodBinding creates method expression with void return
> type. That makes sence because original purpose of MethodBinding is a
> reference to faces listeners and they are without return values mostly.
> o.a.m.ApplicationImpl creates value expression to method with Object return
> type.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira