tell me more icon Creating a New JSF JSP File

You can quickly create a JSF JSP file to provide the user interface controls for the application.

To begin creating the file, open the Create JSF JSP wizard. To open the wizard, in the Application Navigator, right-click the appropriate project and choose New. In the New Gallery, expand Web Tier, select JSF in the Categories tree, then JSF JSP in the Items list and click OK.

New Gallery: JSF category: JSP item

Complete the Create JSF JSP wizard to add a skeleton .jspx file to your project.

After creating the JSF JSP file, you can use the JSP/HTML visual editor to develop the user interface and the source editor to manage data.