How To Render A TaskFlow In A Modeless Dialog?
(Doc ID 2831278.1)
Last updated on JANUARY 09, 2023
Applies to:
Oracle JDeveloper - Version 12.2.1.4.0 and laterInformation in this document applies to any platform.
Goal
An ADF 12.2.1.4.0 application has a Bounded Task Flow with a View activity and a navigation rule (called "showpopup" in the sample code below) towards another Bounded Task Flow.
In order to run the second Bounded Task Flow in a modeless popup, the following code is used in the View activity that is also its entry point
However, despite specifying that "windowModalityType" has to be "modeless", the popup that appears when clicking the command component (the <af:link> in the sample code) is still modal.
How to solve this issue?
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |