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!

Clear VO cache

SudSharmaJun 27 2018 — edited Jul 1 2018

Hi,

My application having Master child table on Ui where Master table is on one page and Child table on another page, also the link is defined to navigate to child table from

the main page. On child table, user clicks on the icon which is present on each row of the table and click on this icon change the table Row's attribute values (like change

Status to 'Inactive' and Set Flag to 'Y'), once i click on Cancel button it redirect to the main page.

when i came back to same child record, its still having same changes like Status is 'Inactive' and Flag is 'Y'.. i want this to be refreshed or clear the chache when

came back to rhis records once its Canceled. it should show actual records from DB not the one which modified and canceled.

i have already tried clearCache() on child table's iterator but it didnot work.

please suggest something.

Jdev version : 12.1.3

Thanks

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 29 2018
Added on Jun 27 2018
3 comments
205 views