Search code examples
jsfjdeveloperoracle-adf

JSF webpage template design


how can i design an jsf webpage template using adf so that I can type any text in any part (center) part of the derived page from that template page.

There will be an template page created in jsf using adf. Another jsf page is to be created based on that template and i can able to type any text on the center part of the webpage.


Solution

  • you create a jsf template and add a facet in the center using some type of "placeholder" layout manager. When you create a new jsf page based on the template the facet will be in the center and you can drag other components to it.