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!

How to reset a value to original state using 'confirm' Dynamic Action?

Andy HardyJun 13 2012 — edited Jun 14 2012
I have a select list and a page item. If the user selects an option from the select list it is copied into the page item through a 'change' Dynamic Action. This works.

I would like to give the user the option of confirming that they actually want to do this. I added a 'Confirm' Dynamic Action and placed it before the 'change' one above. This works.

However, if the user chooses 'CANCEL' the original select list remains with a selected option. This means that if the user changes their mind and does want to use the select list option, they have to first select another option in order to have the 'change' event fire. Not good.

How can I reset the select list to 'null'/no selection if the user chooses the 'CANCEL' option?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 12 2012
Added on Jun 13 2012
19 comments
1,651 views