How to comment code on jspx page? I tried several methods,
<!-- --> <%-- -->
but it does not work!
Therefore, I must:
<c:if test="${false}">code</c:if>,
it's really urgent, are there any other ways? Any help is appreciated!
JSP.1.5.2 Comments in JSP docs
Comments in JSP documents use XML syntax ... The body of the content is completely ignored. [3]
CDATA sections may occur in any case where character data may occur; they are used to remove blocks of text containing characters that would otherwise be recognized as markup. [4]
http://www.w3.org/TR/REC-xml/#sec-cdata-sect
<! [CDATA [<! - → ]] >
<!-- comment --> . JSPX XML, XML-.
<!-- comment -->
JSP- JSP XML
, JSP :
<%-- some commented out stuff --%>
XML IGNORE?
<![IGNORE[ <!-- commented out XML --> ]]>
IGNORE INCLUDE, .
Source: https://habr.com/ru/post/1749559/More articles:drop and drop no longer works after installing the application - c #https://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1749555/how-to-check-permissions-to-functions-under-psql-console&usg=ALkJrhjVDCBQRjKSr9eAWMWmUC6tsHseWQHow to create a Bitmap object from a Graphics object? - .netАрхитектуры веб-приложений и серверов приложений? - pythonHighlight color - objective-cHow can I read only the first row from an Excel file using OleDbDataAdapter? - c #How to find checked rows in YUI DataTable? - yuiJavascript gets href binding on click - javascriptinternal implementation of database queries - databaseProcessing "No cells were found." Error in Excel - c #All Articles