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!
Hello
I'm using JDev 11.2 and i have a task flow which I call from a parent page- and to pass parameters to it.
Is there a way for me to access the parent page bindings from a region in the taskflow?
Thanks for you time
Talya
Talya,
Can you elaborate your usecase on why would you want to do that? Can't you pass them as parameters to the child TF?
-Arun
You shouldn't be directly accessing a containing page values from a task flow. This will create a situation where your task flow is only usable in a single page.
Instead define parameters to your task flow and pass those from the containing JSF.