Skip to content

Instantly share code, notes, and snippets.

@altitdb
Created October 23, 2012 14:43
Show Gist options
  • Save altitdb/3939170 to your computer and use it in GitHub Desktop.
Save altitdb/3939170 to your computer and use it in GitHub Desktop.
@JSF
Ocultar comentários em páginas .xhtml
Adicionar ao web.xml.
<context-param>
<param-name>javax.faces.FACELETS_SKIP_COMMENTS</param-name>
<param-value>true</param-value>
</context-param>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment