Skip to content

Instantly share code, notes, and snippets.

@rollxx
Created March 26, 2012 09:01
Show Gist options
  • Save rollxx/2204041 to your computer and use it in GitHub Desktop.
Save rollxx/2204041 to your computer and use it in GitHub Desktop.
web.xml jsf development stage
<context-param>
<param-name>javax.faces.PROJECT_STAGE</param-name>
<param-value>Development</param-value>
</context-param>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment