Created
March 17, 2013 19:45
-
-
Save EudesSilva/5183297 to your computer and use it in GitHub Desktop.
MAGIC, Permite a integração do spring com jsf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version='1.0' encoding='UTF-8'?> | |
<!-- =========== FULL CONFIGURATION FILE ================================== --> | |
<faces-config version="2.0" | |
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"> | |
<!-- MAGIC, Permite a integração do spring com jsf --> | |
<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