Hello,
JDev Version 11.1.2.3.0.
I have an application with pageTemplate file that is used on all of the pages. I added a bounded taskflow to the page template. To use this bounded taskflow I need to have in the pageDef file the definition of the taskflow:
<taskFlow id="languageBTF2" taskFlowId="/facets/language/languageBTF.xml#languageBTF" activation="deferred"
xmlns="http://xmlns.oracle.com/adf/controller/binding"/>
However this automatically was added to the pageDef file of the template. If I want to use it in all my pages I need to add it to all their pageDef files manually, because the #{bindings} resolves to the pageDef of the current page and not to the page template.
Regards,
Pamela