We upgraded our JSF to latest version 2.1. previously we were in JSF2.0.4. Our xhtml pages has Targeting IE Using Conditional Comments tag,which were not rendered as text.
But with new JSF2.1.7 this is being rendered as text in IE . Any ideas how to get around this issue?
javax.faces.FACELETS_SKIP_COMMENTS
. The symptoms at least indicate that rendering of comments has been changed to not interpret any enclosed HTML/JSF code inside comments anymore (which makes sense, of course). – Necklace