You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Christian Kalkhoff (JIRA)" <de...@myfaces.apache.org> on 2015/07/15 16:19:05 UTC

[jira] [Created] (MYFACES-4006) EL in Composite Component Attribut gets no access to bound params from

Christian Kalkhoff created MYFACES-4006:
-------------------------------------------

             Summary: EL in Composite Component Attribut gets no access to bound params from <ui:param>
                 Key: MYFACES-4006
                 URL: https://issues.apache.org/jira/browse/MYFACES-4006
             Project: MyFaces Core
          Issue Type: Bug
    Affects Versions: 2.2.8
         Environment: Fedora 22, TomEE 1.7.2
            Reporter: Christian Kalkhoff


I have a facelets snippet that uses a composite component:

>>> index.xhtml
<ui:include src="foo.xhtml">
  <ui:param name="bar" value="baz" />
</ui:include>

>>> foo.xhtml
#{myBean.someMethod(bar)} calls someMethod with "baz"

<sc:someComponent someattribute="#{myBean.someMethod(bar)}" /> calls someMethod with null

I guess that the EL in composites is evalutated too early or the binding is not submitted correctly.



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