You can delete JSTL code from a JSP Web template.
To delete JSTL code from a JSP Web template:
- Open the JSP Web template in a text editor.
- 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.
- Save the JSP Web template.