document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <faces-config xmlns="http://java.sun.com/xml/ns/javaee"
  3.     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4.     xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_1_2.xsd"
  5.     version="1.2">
  6.     <application>
  7.         <!--
  8.             Delegate to Spring the resolution of JSF page beans.
  9.             See http://static.springsource.org/spring/docs/3.0.x/reference/web-integration.html#jsf
  10.         -->
  11.         <el-resolver>org.springframework.web.jsf.el.SpringBeanFacesELResolver</el-resolver>
  12.     </application>
  13. </faces-config>
');