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!

Is there a way to refresh a button?

I am using Apex 23.1.2 Release. I have a custom chart which when clicked, stores the relevant values of the click into 4 page items. This I am doing by detecting the click and having a dynamic action triggered which has 2 true actions - one which runs the JS to update page items and the other to submit these page items using server side condition.

Now, I have a button whose behavior is defined as “Redirect to Page in this Application” and I send these page item values to the other page.

Even though, the items get updated on click, the button link doesn't update unless the page is refreshed. Is there a way to update the button link?

This post has been answered by dbliss-Oracle on Oct 12 2023
Jump to Answer
Comments
Post Details
Added on Oct 12 2023
5 comments
964 views