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