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!

Media List Row Selection

Rohit MittelJul 21 2025 — edited Jul 21 2025

Hi All,

I have created a media list region type which shows a list of departments. Using row selection I am setting the value of selected department into a page item. once a department is selected i am redirecting to another page using a next button which also sets value of the selected department in the item on the new page. On the second page a previous button is present which will redirect to the first page and should set the value of the department into the item of first page. but in reality this is not happening as I believe that when the first page is loaded again there is selected row in media list and it overwrites the value set due to redirection and the item value becomes null. I want help in setting the Item value on the first page when I click on previous button and also highlight the row selected based on item value.

Using Apex version 24.2 for this.

Following are the credentials for application with the similar scenario -

URL - https://apex.oracle.com/pls/apex/r/apex/app-builder/home?fb_flow_id=198395&f4000_p1_flow=198395

Application No - 198395

Workspace - Apex_demo_rohit

Username - demo

Password - MediaPrac@1234

Thanks

Rohit

Comments
Post Details
Added on Jul 21 2025
2 comments
156 views