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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

refreshing a apex page while redirecting from a another page

Sai SandeepFeb 12 2018 — edited Feb 21 2018

Hi all,

i have a scenario,  i have a page (Page no: 1) consists of a button (see the below code) while clicking on a button it will re-direct to another page (Page no: 2), i have close button on page 2 which will help to re-direct Page 1.

where actual problem is, i do some insert operations over page 2, while i am getting back to page 1 my region/page has to refresh and display updated data from data base based on changes done in page 2.

Note : Page 2 has not created as Model dialogue, created as a normal page.

i used apex.navigation.redirect to redirect from page 2 to page 1 but it is just displaying but not refreshing.

please help me how to refresh my region/window.

below code is used to create a Button  :

apex.navigation.dialog(url, {

                    title: 'Page 2',

                    height: '800',

                    width: '1460',

                    maxWidth:'1460',

                    maxHeight: '800',

                    modal:true,

                    resizable:true },

                    'a-Dialog--uiDialog',

                    $('#body'))

Thanks,

Sai Sandeep.

This post has been answered by Neil Clare on Feb 20 2018
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 21 2018
Added on Feb 12 2018
18 comments
7,472 views