Hi all,
I am trying to implement a train region task flow in my application. I would like to display a pop-up (a custom dialog with buttons for user to take different actions) after moving to the next region in the train.
The Jdeveloper version is 12.2.1.2.0
Here is the current application set-up.
1. Parent Bounded Task-flow, which has one view activity pointing to a jsf page MainPage.jsf
2. MainPage.jsf has one taskflow region embedded in it. this embedded taskflow is train taskflow TrainTF.
TrainTF details:
1. this has 3 view activities (all train stops, and all fragments).
2. two managed beans,
a. PageFlowScope bean to handle train actions (additional validations when click next or click previous)
b. BackingBeanScope bean to handle events in the regions.
The requirement is, when user clicks on the next button to move from view fragment 1 view fragment 2, a pop-up has to be displayed after view fragment 2 is displayed.
I am unable to find a way to achieve this.
I've looked at the following links to get further information. But I feel these resources do not help the requirement.
https://www.techartifact.com/blogs/2013/09/call-method-on-page-load-of-jsff-jsf-fragment-in-oracle-adf.html?utm_source=d…
https://blogs.oracle.com/adf/an-epic-question-how-to-call-a-method-when-the-page-loads
Could anyone direct me in the right direction to solve this requirement?
Thanks
Aravindan