Skip to content

Instantly share code, notes, and snippets.

@EudesSilva
Created March 17, 2013 19:45
Show Gist options
  • Save EudesSilva/5183297 to your computer and use it in GitHub Desktop.
Save EudesSilva/5183297 to your computer and use it in GitHub Desktop.
MAGIC, Permite a integração do spring com jsf
<?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