Creating a View page
In this simple recipe, we will create the actual JSF page behind the Employees
View activity inside the retrieve-employees-information
task flow that was created in the previous recipe.
How to do it…
In order to create the JSF page behind the View activity, follow the ensuing steps:
Open the
retrieve-employees-information
task flow and then double-click on theemployees
View activity. A dialog should pop up asking for the filename and the page template for this page and/or Managed Beans for it. For this simple application, we won't create page templates as we will use Oracle Three Column Layout.Leave the default filename as is.
Choose the Oracle Three-Column layout under Page Layout tab | Reference ADF Page Template. In Chapter 5, Beautifying Application Layout for Great User Experience, we will learn how to create our own rich page template.
Close the pop-up window by clicking on the OK button.
Open the HelloADFFaces Overview tab and check the Design Pages checklist item...