Editing a JSP or Servlet Source 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 or servlet file:
- In the Explorer, click the Filesystems tab and locate your
JSP or servlet file.
- Double-click the selected file to open it in the Source Editor.
- Edit your file as you would any Java source file or HTML file, including
the use of code completion and editor abbreviations .
- Choose File
Save to save your file. Unsaved changes are indicated by
an asterisk in the Source Editor title bar.
Legal Notices