Update on component created with composite does not work

1

Staff created a component using composite

<composite:implementation>

    <p:dataTable  id="#{cc.attrs.id}" 
      </dataTable>

    </composite:implementation>

But when I call it in my code it works normal but at the time of the update using the primefaces it does not update, does anyone know what it can be?

    
asked by anonymous 27.09.2016 / 16:32

0 answers