Before you can access JSF components on a Faces JSP file,
your EGL Web project must contain the packages that allow you to access the
JSF component tree. There are two ways to add these packages to your Web project:
- Create a new EGL Web project and select the EGL support with
JSF and the EGL support with JSF Component Interfaces check
boxes on the Features page of the New EGL Web Project wizard.
- Add JSF component interface support to an existing EGL Web project.
To add support for the JSF component interface to an existing EGL Web
project, follow these steps:
- In the Project Explorer view, right-click the EGL Web project and then
click Properties. The Properties window opens.
- In the Properties window, click Web Project Features.
- Select the EGL support with JSF Component Interfaces check
box.
- Click OK.
You can not remove support for the JSF component interface from a project.