Delete JSTL Code from a JSP Web Template

You can delete JSTL code from a JSP Web template.

To delete JSTL code from a JSP Web template:
  1. Open the JSP Web template in a text editor.
  2. In the appropriate location of the JSP Web template, between the <body> and </body> tags, delete the complete JSTL tag code.

    For example, if the tag you are deleting is <c:set>, ensure that you delete the </c:set> tag and all attributes associated with the tag.

  3. Save the JSP Web template.