You have created a page template to use as the basis for the Web pages in your application
however you have a handful of pages that require a slightly different layout from that of the
template.
What is the most efficient use of the framework to handle this situation?
A.
Create two page templates; one for the majority of pages (those that use the standard layout),
and one for the pages that require the different layout.
B.
Create one template for the standard layout, and create individual page layouts for the few
pages that differ from the standard.
C.
Create one template for all pages and incorporate a backing bean to handle the small
differences on the other pages.
D.
Create one template for all pages and define template attributes to customize the template for
those pages that are different.
Explanation:
http://docs.oracle.com/cd/E12839_01/web.1111/b31973/af_reuse.htm#CACCFCJC
Answers: D
Create one template for all pages and define template attributes to customize the template for those pages that are different.
Explanation:
Reference: http://docs.oracle.com/cd/E12839_01/web.1111/b31973/af_reuse.htm#CACCFCJC