Skip to content

Instantly share code, notes, and snippets.

@massahud
Last active December 14, 2015 08:38
Show Gist options
  • Save massahud/5058890 to your computer and use it in GitHub Desktop.
Save massahud/5058890 to your computer and use it in GitHub Desktop.
java jsf facelets comentários

JSF facelets comentários

adicionar ao web.xml

<context-param>
    <param-name>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