Adding a Default RenderKit ID

The render-kit element represents a concrete RenderKit implementation that should be registered under the specified render-kit-id. If no render-kit-id is specified, the identifier of the default RenderKit (RenderKitFactory.DEFAULT_RENDER_KIT) is assumed.

To add a default RenderKit ID:

  1. Select faces-config.xml in the Project Explorer of the J2EE perspective.

    The JSF Application Configuration editor opens.

  2. Select the Other tab of the editor.

    The Other page appears.

  3. Expand the Default RenderKit ID section.

  4. Click Add.

    The Add Default RenderKit ID dialog box appears.

  5. Either type the RenderKit name or select it from the list.

  6. Click OK.

    The default RenderKit ID is added to the list.


Related concepts


Related reference


Faces Config Editor

Related tasks

Tutorial