Setting preferences for web projects

These preferences control defaults for EGL web projects and JSF Handler parts.
To specify preferences for web projects and JSF Handler parts, follow these steps:
  1. From the main menu, click Window > Preferences.
  2. From the navigation tree, expand EGL and click Page Designer.
  3. In the JSFHandler Package field, specify the location of JSF Handler parts in your EGL web projects.
  4. In the Loadbundle variable field, set the name of the variable to use to represent resource bundles in your pages. The default value is labels, but you can change this value as explained in Localizing text in web applications.
  5. Set preferences for refactoring EGL web projects and JSF Handler parts in the check boxes at the bottom of the page. These check boxes tell EGL to delete the JSP file that is associated with a JSF Handler if you delete the JSF Handler, and vice versa. You can also delete the generated output when you delete a JSF Handler.
  6. Click Apply to save the changes and remain in the Preferences window. Click OK to save the changes and exit the window.

Feedback