Time for action – creating the page template
For EmpDirectoryApplication
, we can create a template of our own to have a standard look and feel throughout the application:
Right-click on the Web Content section of the
viewController
project. This will open New Gallery.Navigate to the JSF/Facelets section under the Web Tier section and select the ADF Page Template option from the items. You will be using the same steps to create a page by selecting the Page option.
Provide the filename as
WebPageTemplate.jspx
and locate the directory for the template in the Create ADF Page Template window. The page template name is autopopulated. The document type Facelets will have the extension.jsf
andJSP XML
will have the extension.jspx
.Select the Use a Quick Start Layout option to browse through the various layouts. Click on the Browse button and select the Three Column option in the Categories section.
Select the second item from the Types section and select the third option from the Layouts section...