Skip to content

Instantly share code, notes, and snippets.

@leandrohsilveira
Created February 26, 2016 15:32
Show Gist options
  • Save leandrohsilveira/3517b204c846834d38c4 to your computer and use it in GitHub Desktop.
Save leandrohsilveira/3517b204c846834d38c4 to your computer and use it in GitHub Desktop.
FacesConfig para JavaServer Faces 2.2
<faces-config version="2.2"
xmlns="http://xmlns.jcp.org/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-facesconfig_2_2.xsd">
</faces-config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment