Update on component created with Composite does not work

Asked

Viewed 41 times

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, someone knows what can be?

  • You can share how you are calling this component update ?

  • can yes face, to calling so <dsm:datatable id="table"> .... </dsm:datatable> <p:commandButton action="#{bean.search}" update="table"/> if I call the datatable component of the normal primefaces works but what I created doesn’t work

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.