You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Anup (JIRA)" <de...@myfaces.apache.org> on 2015/04/14 17:53:13 UTC

[jira] [Created] (MYFACES-3981) Unable to resolve Integer API as Lambda expression in a facelet

Anup created MYFACES-3981:
-----------------------------

             Summary: 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


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)