[ 
https://issues.apache.org/jira/browse/MYFACES-3981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14943975#comment-14943975
 ] 

Bill Lucy edited comment on MYFACES-3981 at 10/5/15 8:36 PM:
-------------------------------------------------------------

You're right, this won't work with an pre-EL-3.0 implementation.  We will need 
to gate the fix with the EL version.  A more immediate problem is that this 
doesn't even compile with the current project setup - it looks like we compile 
against the EL 2.2 api/impl.


was (Author: wtlucy):
You're right, this won't work with an pre-EL-3 implementation.  We will need to 
gate the fix with the EL version.  A more immediate problem is that this 
doesn't even compile with the current project setup - it looks like we compile 
against the EL 2.2 api/impl.

> Unable to resolve Integer API as Lambda expression in a facelet
> ---------------------------------------------------------------
>
>                 Key: MYFACES-3981
>                 URL: https://issues.apache.org/jira/browse/MYFACES-3981
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: JSR-344
>    Affects Versions: 2.2.7
>            Reporter: Anup
>            Priority: Minor
>         Attachments: myfaces-3981-2.2.8.patch
>
>
> Following testcases does not print anything in a facelet
> <h:outputText id="out6" value="#{Integer.numberOfTrailingZeros(16)}"/>
> <h:outputText id="out7" value="#{((firstStr, secondStr)-> 
> (Integer.compare(firstInt,secondInt)))(5,6)}" />



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to