If you want to temporarily comment-out a piece of JSTL code that you may re-enable later, is this possible?
Would this work?
This means that this comment will be outputed, i.e. present in the generated HTML page. If you want to hide your code, use the JSP comments:
<%-- --%>