I have a hierarchy viewer in my application. Say it's a tree of Employee-Manager hierarchy. I perform operations of Add-Employee, Remove-Employee, Move-Employee on this hierarchy viewer. How it works is, say i want to perform remove operation, i select the node in hierarchy viewer, click the remove button on top and this performs the remove operation and do partialUpdate of hierarchy viewer. What is happening is after remove/move/add, hierarchy viewer still shows the old data, i.e. even if i remove the node, it still appears after i refresh the hierarchy viewer (hv).
I also performed clearCache() on hv and VO which i am using. I even tried re-executing the query but didn't help. Does Adf do any kind of caching? If yes, what i need to do to get new updated data?
P.S: I am using 11g