i have a p:treeTable in a form and a p:dialog in another form where from p:dialog i add data to the p:treeTable
on submit of h:commandButton of the dialog i add update of p:treeTable in orded to see the added node
The issue is that all expanded nodes the user has opened will all collapse
I found this question Avoiding the collapsing of p:treeTable after update which in the question he wrote solved but no answer or solution for his question