Author: manaRH
Date: 2012-05-20 17:44:27 -0400 (Sun, 20 May 2012)
New Revision: 14708

Modified:
   
branches/community/Seam_2_3/examples-ee6/ui/ui-web/src/main/webapp/WEB-INF/web.xml
Log:
replaced old JSF2 context param facelets.SKIP_COMMENT with new one - 
javax.faces.FACELETS_SKIP_COMMENTS

Modified: 
branches/community/Seam_2_3/examples-ee6/ui/ui-web/src/main/webapp/WEB-INF/web.xml
===================================================================
--- 
branches/community/Seam_2_3/examples-ee6/ui/ui-web/src/main/webapp/WEB-INF/web.xml
  2012-05-19 22:56:44 UTC (rev 14707)
+++ 
branches/community/Seam_2_3/examples-ee6/ui/ui-web/src/main/webapp/WEB-INF/web.xml
  2012-05-20 21:44:27 UTC (rev 14708)
@@ -52,7 +52,7 @@
     -->
 
     <context-param>
-        <param-name>facelets.SKIP_COMMENTS</param-name>
+        <param-name>javax.faces.FACELETS_SKIP_COMMENTS</param-name>
         <param-value>true</param-value>
     </context-param>
 

_______________________________________________
seam-commits mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/seam-commits

Reply via email to