You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2010/11/26 20:42:17 UTC

svn commit: r1039534 - /myfaces/commons/branches/jsf_20/examples/myfaces-commons-facelets-examples/src/main/webapp/WEB-INF/faces-config.xml

Author: lu4242
Date: Fri Nov 26 19:42:16 2010
New Revision: 1039534

URL: http://svn.apache.org/viewvc?rev=1039534&view=rev
Log:
remove facelets ViewHandler reference

Modified:
    myfaces/commons/branches/jsf_20/examples/myfaces-commons-facelets-examples/src/main/webapp/WEB-INF/faces-config.xml

Modified: myfaces/commons/branches/jsf_20/examples/myfaces-commons-facelets-examples/src/main/webapp/WEB-INF/faces-config.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/branches/jsf_20/examples/myfaces-commons-facelets-examples/src/main/webapp/WEB-INF/faces-config.xml?rev=1039534&r1=1039533&r2=1039534&view=diff
==============================================================================
--- myfaces/commons/branches/jsf_20/examples/myfaces-commons-facelets-examples/src/main/webapp/WEB-INF/faces-config.xml (original)
+++ myfaces/commons/branches/jsf_20/examples/myfaces-commons-facelets-examples/src/main/webapp/WEB-INF/faces-config.xml Fri Nov 26 19:42:16 2010
@@ -7,11 +7,6 @@
 <faces-config>
     
   <!-- from project setup -->
-  <application>
-    <view-handler>
-      com.sun.facelets.FaceletViewHandler
-    </view-handler>    
-  </application>
   
     <managed-bean>
         <managed-bean-name>dataFieldHolder</managed-bean-name>