This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: dynamic panel group not re-renderedpaul.dijou Dec 6, 2011 6:06 AM (in response to faupel)You can try to wrap the panelGroup in an outputPanel like : <a4j:outputPanel id="panelGroup"> <h:panelGroup binding="#{dynamicPanelGroupBean.panelGroup}"/> </a4j:outputPanel> Not sure it will change anything but I don't know if the panelGroup is correctly initialize the first time since its a null value in your bean. 
- 
        2. Re: dynamic panel group not re-renderedfaupel Dec 6, 2011 7:44 AM (in response to paul.dijou)Hi Paul, the a4j:outputPanel did not change anything, but initializing the dynamic panel group in the constructor and a4j:support ajaxSingle="true" ... helped. Thanks for the hint. 
 
    