Skip to Main Content

Java Development Tools

Announcement

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!

How to use the pageDef file of the Page Template.

PamelaNov 17 2015 — edited Nov 17 2015

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

This post has been answered by Sameh Nassar on Nov 17 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 15 2015
Added on Nov 17 2015
3 comments
384 views