Previous Next vertical dots separating previous/next from contents/index/pdf

New JSF Page Dialog

Use this wizard to create a new JSF page and to specify the template JSF on which it is based.

How To Open This Dialog

To open this dialog:

  1. JSF-enable your web project (= a web project that includes the JSF facet). For instructions on creating a JSF-enabled web project, see Enabling JSF in a Web Project.
  2. Select File > New > Other > Web > JSF Page.

How To Use This Dialog

Java Server Faces Page

This page lets you select the name and location of the new JSF page.

Note that JSF pages are not defined by their file extension; instead it is defined by the presence of JSF tags. A file with the JSP file extension can still be a JSF page, provided that it contains JSF tags.

Upon creation of a JSF page, a backing class, often called the "backing bean", is created (provided that the JSF with NetUI Backing File template is selected).

Select a template for this JSF Page

This page lets you select from the available JSF templates, if desired. For more information on JSF templates, see Controlling Web Application Look and Feel with JSP/JSF Templates.

Related Topics

Controlling Web Application Look and Feel with JSP/JSF Templates

Enabling JSF in a Web Project

 

Skip navigation bar   Back to Top