My apex application is having a redirect from page 3 to page 7 where I created a dynamic action (on a button click) -> Execute Java Script -> apex.navigation.redirect('f?p=&APP_ID.::&SESSION.::::P3_SUBMISSION_ID:'+apex.item(":P3_SUBMISSION_ID").getValue()). When I checked the remote page link, it has the submission id value is passed, and the url looks good. However, the remote page 7 is not reloading where I have to manually reload the page 7 in order for the dynamic actions that fires on page load to work? I would appreciate any help or for any missing step. Thanks in advance!