JSP Properties

Web Application WAR file -> JSP Properties tabbed pane

In the JSP Properties tabbed pane, you can edit the configuration properties for the files in the WAR file.  

Add a JSP Configuration Property

  1. A set of configuration properties must be identified by a name. To add a name, click Add. Enter a name for the configuration properties in the Name column.
  2. For every configuration property, associate one or more URL pattern that defines the pages that the properties apply to. To add a URL pattern, click Add URL in the Configuration Properties pane. Enter a URL in the URL Patterns column.
  3. Select EL Evaluation Ignored if you want to disable EL evaluation. When you select this option, the EL expressions are ignored by the container during the evaluation. If you do not select this option, EL expressions are evaluated when they appear in template text or action attributes.
  4. Is XML document - If selected, indicates that the JSP pages in the property group are in XML syntax.
  5. Select Scripting Invalid to disable scripting for a group of JSP pages. When scripting is disabled, scriptlets, scripting expressions, and declarations will produce a translation error if present in any of the pages in the property group.

To edit the:

To delete a property, select the row containing the property Name and click the Delete. To delete a configuration property , select the URL from the Configuration properties list and click the Delete URL button. A confirmation dialog will ask you if you really want to delete the property.

To move up a JSP Configuration Property Name:

  1. Select the Name from the Name column.
  2. Click Move Up until the property name is in the correct order.

To move down a JSP Configuration Property Name:

  1. Select the Name from the Name column
  2. Click Move Down until the property name is in the correct order.

To delete a URL pattern, select the row containing the URL pattern and click the Delete button in the Configuration Properties pane. A confirmation dialog will ask you if you really want to delete the URL.

Include Preludes or Codas

To include preludes:

  1. Click Edit Preludes or Edit Codas button. The Include Elements dialog box is displayed depending on the type of element being edited.
  2. Add information in the Include Prelude or Codas dialog box.

Choosing Page Encoding

Choose the desired encoding scheme from the drop-down list.


Legal Notices