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