Jdeveloper 12.1.3
Most of my CRUD operations are in popup dialogs. In general there is a table (say with myIterator) and create button that opens popup dialog which uses createInsert to add new record. After the record is created, and dialog closes, sometimes, this newly added record is not immediately visible. I have to click on a table scroll button and the record will appear.
In the second use-case, where table is using myIterator1 and create operation uses myIterator2 (ie 2 diffrent VOs), I would like to refresh the table ie re-execute the query of the first table VO.
This post seems outdated
https://blogs.oracle.com/shay/entry/refreshing_a_part_of_your_page_1
What is the best way to do this?