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.

Apex 21.2 Pass Value to Another Page When Button Pressed

cgravFeb 2 2022 — edited Feb 2 2022

We have upgraded to Apex 21.2. We are trying to pass a select list value to a different page when a button is pressed. However, the value does not get passed as expected. The button does a redirect to a page in this application. The select list value is used under the Target option to pass the value. We have also tried using JavaScript to pass the select list value to a hidden field and then pass the hidden field to the other page. This did not work either. We put an alert on the JavaScript and we can see the value that is getting passed.
Does anyone know if this is an issue in Apex 21.2? Does anyone have a solution they can suggest?
Note: The button opens a Modal page

Comments
Post Details
Added on Feb 2 2022
1 comment
1,018 views