Skip to content

Instantly share code, notes, and snippets.

@bchetty
Created November 29, 2012 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bchetty/4169373 to your computer and use it in GitHub Desktop.
Save bchetty/4169373 to your computer and use it in GitHub Desktop.
Faces Config for JSF12, Facelets Web App
<?xml version="1.0"?>
<!DOCTYPE faces-config PUBLIC "-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.1//EN"
"http://java.sun.com/dtd/web-facesconfig_1_1.dtd">
<faces-config>
<application>
<locale-config>
<default-locale>en</default-locale>
</locale-config>
<view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
</application>
</faces-config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment