Skip to Main Content

APEX

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!

Column Link Refresh Target Page

Dory_ALMJan 13 2015 — edited Jan 14 2015

Apex 4.2.4

Hi

I have a Modal Page (65) created with Skill Builder Plugin which is working well however I am having difficulty with the refresh of the calling page (page 64) once the modal has been closed using autoclose. There is no submit on the modal page only an interactive report with a column link in one of the columns. I have a link attribute that does the following on the Modal Page 65.

Link Attribute - This closes the modal when the column link is clicked

onclick="javascript:parent.$(parent.document).apex_modal_page('close')";

Page in this Application -> Page 64

Name                      Value

P64_PARCEL_ID     #PARCEL_ID#

This correctly closes the modale and returns to the calling page 65 , however I have to hit the f5 (browser refresh) in order to see the new value in the P64_PARCEL_ID .

What can I do to dynamically / automatically refresh the target page(64) from the modal page (65)?

Thanks in advance

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 11 2015
Added on Jan 13 2015
5 comments
1,341 views