#{cc} inside f:event is not resolved correctly
----------------------------------------------

                 Key: MYFACES-3173
                 URL: https://issues.apache.org/jira/browse/MYFACES-3173
             Project: MyFaces Core
          Issue Type: Bug
          Components: JSR-314
    Affects Versions: 2.1.1, 2.0.7
            Reporter: Gerald Müllan
            Assignee: Leonardo Uribe


The following case:

<composite:interface  
componentType="org.apache.myfaces.view.facelets.tag.composite.CompositeTestComponent">
</composite:interface>
<composite:implementation>
    <f:event type="javax.faces.event.PostAddToViewEvent" 
listener="#{cc.postAddToViewCallback}"/>
</composite:implementation>

throws an exception, because component stack is not set correctly when 
PostAddToView is delivered.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to