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!

POP-UP LOV not firing DA

BOFFeb 14 2023

APEX Version 22.1.5 - also tried on apex.oracle.com verion 22.2.2

We have a multi-column LOV defined in shared components. We utilise the LOV on a pop-up LOV page item and make use of the Additional Outputs to return multiple columns from the LOV into display only page items.

On one of the display only page items we have a DA to perform some other functionality dependent on the value returned from the LOV.

If we invoke the LOV and select a value from the inline pop-up - everything works fine and the DA fires.

If we type a valid value into the field (i.e. don't invoke the pop-up LOV) - then all the values get populated into the page but the dynamic action doesn't fire?

Why does the DA fire when a value is selected from the invoked LOV and NOT fire when a value is typed in to the popup-lov field and the user hits tab?

Incidentally - the DA just pushes one of the values returned into session state for use in a where clause in another LOV.

Any thoughts/suggestions most welcome.

Regards,

BOF

Comments
Post Details
Added on Feb 14 2023
6 comments
383 views