All Downloads are FREE. Search and download functionalities are using the official Maven repository.

primefaces.src.main.webapp.WEB-INF.faces-config.xml Maven / Gradle / Ivy

There is a newer version: 4.1.0-M2
Show newest version
<?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>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy