Adding JSF component interface support to an EGL Web project

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: To add support for the JSF component interface to an existing EGL Web project, follow these steps:
  1. In the Project Explorer view, right-click the EGL Web project and then click Properties. The Properties window opens.
  2. In the Properties window, click Web Project Features.
  3. Select the EGL support with JSF Component Interfaces check box.
  4. Click OK.

You can not remove support for the JSF component interface from a project.

Related concepts
JSF component tree

Related tasks
Creating an EGL project
Accessing a JSF component from a pageHandler

Related reference
Component tree access parts

Feedback
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.