Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Hierarchy Viewer not getting updated

1060005Apr 16 2014 — edited Apr 16 2014

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

This post has been answered by rfh on Apr 16 2014
Jump to Answer

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on May 14 2014
Added on Apr 16 2014
2 comments
1,426 views