Skip to content

Instantly share code, notes, and snippets.

@mcihad
Created May 2, 2017 07:07
Show Gist options
  • Save mcihad/5e03e8e218a2ee8c7cecf0ee18b2a2f1 to your computer and use it in GitHub Desktop.
Save mcihad/5e03e8e218a2ee8c7cecf0ee18b2a2f1 to your computer and use it in GitHub Desktop.
Faces Config spring
<?xml version="1.0" encoding="UTF-8"?>
<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_1.xsd"
version="2.1">
<application>
<el-resolver>
org.springframework.web.jsf.el.SpringBeanFacesELResolver
</el-resolver>
</application>
</faces-config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment