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

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Mar 3 07:00:29 EST 2010


Author: manaRH
Date: 2010-03-03 07:00:28 -0500 (Wed, 03 Mar 2010)
New Revision: 12089

Modified:
   branches/community/Seam_2_2/examples/excel/resources/WEB-INF/web.xml
Log:
JBSEAM-4570 - added work around into web.xml

Modified: branches/community/Seam_2_2/examples/excel/resources/WEB-INF/web.xml
===================================================================
--- branches/community/Seam_2_2/examples/excel/resources/WEB-INF/web.xml	2010-03-03 09:36:35 UTC (rev 12088)
+++ branches/community/Seam_2_2/examples/excel/resources/WEB-INF/web.xml	2010-03-03 12:00:28 UTC (rev 12089)
@@ -55,6 +55,13 @@
 		<param-name>facelets.DEVELOPMENT</param-name>
 		<param-value>true</param-value>
 	</context-param>
+	
+	<!-- JSF2 requires to set this parameter, otherwise embedded text UI component won't be rendered -->
+	<context-param>
+        <param-name>com.sun.faces.allowTextChildren</param-name>
+        <param-value>true</param-value>
+    </context-param> 
+	
 	<session-config>
 		<session-timeout>10</session-timeout>
 	</session-config>



More information about the seam-commits mailing list