APEX 5 - missing values in link for the PAGE that is modal if it has used some PAGE ELEMENTS in the VALUE of the

Hi Experts,

There is a problem in the APEX when I open a modal page-> submit modal page and refresh parent region (report one).

When I first open a report from the region and click the modal page, everything is ok:

Modal page values are defined in the sense of link that open to it.

Submit after modal page by button (there is a process of dialogue), the dialog box is closed. On the parent page, there is a DA - dialogue close report parent refresh.

After update - waiting indicator is indicated - all the element referenced in the link to open modal values are defined as empty values.

Is there a problem in the links when I use it it set the values of the elements of the page? (not report items)

I reproduced the problem on apex.oracle.com:

https://Apex.Oracle.com/pls/Apex/f?p=16502:9

user/pass: demo/demo

"Just check the link in 1 region report-#OPEN_MODAL" report item. You can check the link with the appropriate values.

After opening modal, simply click on the button. Dialog box is closed and updated in the region. Check the link again. Link is not valid because the values are empty. (screenshots above)

concerning

J

Hi Jozef,

the values of your page P9_NEW1 - P9_NEW5 items are not in persistent session state, they are only available in memory at the time when the page is rendered. Every time when you want to refer to an element in your report, and no matter if it is in the report SQL statement or as a substitution in a link, it must present the server as part of the "Refresh" / AJAX call so that the server can initialize this session state and you are able to reference it. You can do this by setting "Page elements must send" your report. In your case, you must set it to P9_NEW1, P9_NEW2, P9_NEW3, P9_NEW4, P9_NEW5. See the example updated, you provided.

Concerning

Patrick

Tags: Database

Similar Questions

Maybe you are looking for