You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by gc...@apache.org on 2009/11/10 19:23:20 UTC

svn commit: r834581 - /myfaces/trinidad/branches/trinidad-2.0.x/trinidad-examples/trinidad-demo/src/main/webapp/WEB-INF/web.xml

Author: gcrawford
Date: Tue Nov 10 18:23:20 2009
New Revision: 834581

URL: http://svn.apache.org/viewvc?rev=834581&view=rev
Log:
put the facelets params back in comments

Modified:
    myfaces/trinidad/branches/trinidad-2.0.x/trinidad-examples/trinidad-demo/src/main/webapp/WEB-INF/web.xml

Modified: myfaces/trinidad/branches/trinidad-2.0.x/trinidad-examples/trinidad-demo/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-2.0.x/trinidad-examples/trinidad-demo/src/main/webapp/WEB-INF/web.xml?rev=834581&r1=834580&r2=834581&view=diff
==============================================================================
--- myfaces/trinidad/branches/trinidad-2.0.x/trinidad-examples/trinidad-demo/src/main/webapp/WEB-INF/web.xml (original)
+++ myfaces/trinidad/branches/trinidad-2.0.x/trinidad-examples/trinidad-demo/src/main/webapp/WEB-INF/web.xml Tue Nov 10 18:23:20 2009
@@ -127,7 +127,7 @@
     <param-value>false</param-value>
   </context-param>
 
-  <!-- Uncomment the below for use with Facelets -->
+  <!-- Uncomment the below for use with Facelets 
 
   <context-param>
     <param-name>javax.faces.FACELETS_VIEW_MAPPINGS</param-name>
@@ -139,6 +139,8 @@
     <param-value>true</param-value>
   </context-param>
 
+  -->
+
   <filter>
     <filter-name>trinidad</filter-name>
     <filter-class>org.apache.myfaces.trinidad.webapp.TrinidadFilter</filter-class>