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!

Refresh table after popup dialog closes

rade.todorovichNov 3 2015 — edited Nov 5 2015

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?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 3 2015
Added on Nov 3 2015
5 comments
1,335 views