[seam-commits] Seam SVN: r12060 - branches/community/Seam_2_2/examples/ui/resources/WEB-INF.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Feb 16 18:39:14 EST 2010


Author: manaRH
Date: 2010-02-16 18:39:13 -0500 (Tue, 16 Feb 2010)
New Revision: 12060

Modified:
   branches/community/Seam_2_2/examples/ui/resources/WEB-INF/web.xml
Log:
JBSEAM-4537

Modified: branches/community/Seam_2_2/examples/ui/resources/WEB-INF/web.xml
===================================================================
--- branches/community/Seam_2_2/examples/ui/resources/WEB-INF/web.xml	2010-02-16 21:43:40 UTC (rev 12059)
+++ branches/community/Seam_2_2/examples/ui/resources/WEB-INF/web.xml	2010-02-16 23:39:13 UTC (rev 12060)
@@ -53,6 +53,12 @@
         <param-name>facelets.SKIP_COMMENTS</param-name>
         <param-value>true</param-value>
     </context-param>
+   
+    <!--  This option is required by JSF 2 RI to work with custom EqualityValidator see JBSEAM-4537 -->
+    <context-param>
+        <param-name>com.sun.faces.allowTextChildren</param-name>
+        <param-value>true</param-value>
+    </context-param>
     
     <!-- Faces Servlet -->
     



More information about the seam-commits mailing list