JSP Property Sheet
You open the JSP property sheet from the JSP file's node in the Filesystems
window. The JSP node has the following properties:
Properties
- Name. Use this property to set a name for the JSP page. Typically,
you set a name when you create the JSP page.
Click the ellipses button (...) to display the Name property editor.
- All Files. (Read-Only).
- File Size. (Read-Only).
- Modification Time. (Read-Only).
- Content Language. This property sets the value for the
contentType
attribute of the page
directive. Possible values include HTML,
XML, and Plain. To set this property, choose a value from the Content Language
combo box.
- Scripting Language. Specifies the scripting language used by the
JSP page. To set scripting language, choose a value from the Scripting Language
combo box. Choices include Java and No Coloring. Choose No Coloring if you
are using a scripting language other than Java.
Execution
- Request Parameters. A request parameter is a query string that is
sent to the browser when the JSP file is executed. The request parameter specified
here is added to the URL. To specify this property, type a query string in
the Request Parameters field, or click the ellipses button (...) to display
the Request Parameters property editor.
Legal Notices