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 iterator from a child window

user10867691Apr 29 2013 — edited Apr 30 2013
Jdev. 11.1.1.4

My application has one af:table with a button in one of its columns (one button for every row). The table is bind to a VO.

When clicking on this button, a new window gets open with some process. This process modifies information in the DB that is shown by the parent table.

After updating the information the child window closes.

I would like the paren table information to be refreshed automatically when the child window closes in order to see the changes done by the child window.

How may I get this ?

I can not change the visual structure of the application (two windows).

Thank you.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 28 2013
Added on Apr 29 2013
4 comments
164 views