primefaces.src.main.webapp.WEB-INF.faces-config.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of generator-jsf-skeletons Show documentation
Show all versions of generator-jsf-skeletons Show documentation
JSF Skeletons module of the Generator project
<?xml version='1.0' encoding='UTF-8'?> <faces-config 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" version="2.2"> <application> <el-resolver>org.springframework.web.jsf.el.SpringBeanFacesELResolver</el-resolver> <resource-bundle> <base-name>i18n</base-name> <var>i18n</var> </resource-bundle> <locale-config> <default-locale>fr</default-locale> </locale-config> </application> </faces-config>