Adding a Message Bundle

Message bundle is the base name of a resource bundle representing the message resources of the Web application. See the java.util.ResourceBundle class at http://java.sun.com for information on the syntax of resource bundle names.

To add message bundle:

  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 Message Bundle section.

  4. Click Add.

    The Select Message Bundle dialog box opens.

  5. Select the message bundle that you want to use and click OK.

    The message bundle you selected displays in the list.


Related concepts


Related reference


Faces Config Editor

Related tasks

Tutorial