Editing a JSP File

The IDE provides additional support for JSP syntax, including completion for JSP tags. Editing JSP source code is similar to editing HTML, and the IDE provides support for both HTML and JSP tags.

To edit a JSP file:

  1. In the Filesystems window, locate your JSP file.
  2. Double-click the selected file to open it in the Source Editor.
  3. Edit your file as you would any HTML file, including the use of code completion and editor abbreviations.
  4. Choose File and choose Save to save your file. Unsaved changes are indicated by an asterisk in the file's tab in the Source Editor.

See also
Creating a JSP File
Executing a JSP or Servlet File

Legal Notices