I would like to know the scope of the ADF Bindings within a bounded task flow. I defined a bounded task flow with several view activities. Each page has its own bindings.
View 1 -- goto2 --> View 2 -- goto3 --> View3
Is a binding defined in View3 available in View1, for instance by using an EL? In other word, do the bindings define in a page have a page flow scope?