I\'d like to create a web application using Spring and .jspx web pages.
My question is how can I put conditional commentaries for IE in jspx? They seem to be not int
According to the JSP 2.0 specification, section 1.5.2, comments in jsp documents are ignored:
Comments in JSP documents use the XML syntax, as follows: ]]>
Comments in JSP documents use the XML syntax, as follows:
]]>