Hi,
I've asked earlier how to refresh a nodes' child nodes. That's quite easy, thanks to Evgenyi, as one can use the nodes' populateOnDemand. So, if one needs to refresh Node_A, one can use the Node_A.getParent() and do the same. But what to do, if a node is a root node, it has no parents?
The tree offers postBack(), but that brings all the issues the FTV so elegantly avoids in populateOnDemand.
Is there a way to refresh the root nodes doing anything similar?
Best regards,
rawaho