If the project uses the JavaServer Faces framework, you can add a Visual Web JSF page to the project.
You can create the page either in the Projects window or add an additional Visual Web JSF page in the Page Flow editor.
To create a Visual Web JSF page in the Page Flow editor:
In the Page Flow editor, right-click the background and choose New File.
In the New Page wizard, choose Java Server Faces > Visual Web JSF Page and click Next..
Type the name of the new page and click Finish.
To create a Visual Web JSF page in the Projects window:
In the
right-click the project-name > Web Pages node and choose New >Visual Web JSF Page.
In the New Page wizard, type the name of the new page and click Finish.
If you want an application that is portable across all platforms, do not
create page names that are differentiated only by case, such as page2 and Page2.
While it is possible to differentiate between these pages on on a case-sensitive
platform like Solaris OS or Linux, it is not possible to do so on a platform
like Microsoft Windows, which is not case sensitive.