Jiyan Akgül created MYFACES-4285:
------------------------------------

             Summary: NullPointerException because of 4099
                 Key: MYFACES-4285
                 URL: https://issues.apache.org/jira/browse/MYFACES-4285
             Project: MyFaces Core
          Issue Type: Bug
    Affects Versions: 2.3.3, 2.3.2, 2.3.1, 2.3.0, 2.3.0-beta, 2.3.4
            Reporter: Jiyan Akgül


The improvement 4099 introduced with version 2.3 leads to a 
NullPointerException in TagAttributeImpl.java:550

 
{code:java}
Location ccLocation = (Location) actx.getFaceletCompositionContext().
getCompositeComponentFromStack().getAttributes().get(
CompositeComponentELUtils.LOCATION_KEY);{code}
getCompositeComponentFromStack()  returns null, because there is no stack

 

Usage of composite component in test.xhtml 
{code:java}
<cw:attributeGroup 
saveListener="#{customerBean.updateAttributeContainer(cc.wrapper)}" 
wrapper="#{attributeGroup}" />{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to