Skip to content

Instantly share code, notes, and snippets.

Created May 20, 2013 06:36
Show Gist options
  • Save anonymous/5610727 to your computer and use it in GitHub Desktop.
Save anonymous/5610727 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<faces-config xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_2_0.xsd"
version="2.0">
<application>
<el-resolver>org.springframework.web.jsf.el.SpringBeanFacesELResolver</el-resolver>
</application>
<application>
<locale-config>
<default-locale>de</default-locale>
<supported-locale>en</supported-locale>
</locale-config>
<resource-bundle>
<base-name>messages</base-name>
<var>globalmsgs</var>
</resource-bundle>
</application>
<factory>
<exception-handler-factory>org.primefaces.extensions.component.ajaxerrorhandler.AjaxExceptionHandlerFactory</exception-handler-factory>
</factory>
</faces-config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment