[seam-commits] Seam SVN: r12090 - tags/JBoss_Seam_2_2_1_CR1/examples/excel/resources/WEB-INF.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Mar 3 07:02:48 EST 2010


Author: manaRH
Date: 2010-03-03 07:02:48 -0500 (Wed, 03 Mar 2010)
New Revision: 12090

Modified:
   tags/JBoss_Seam_2_2_1_CR1/examples/excel/resources/WEB-INF/web.xml
Log:
merged fix for JBSEAM-4570

Modified: tags/JBoss_Seam_2_2_1_CR1/examples/excel/resources/WEB-INF/web.xml
===================================================================
--- tags/JBoss_Seam_2_2_1_CR1/examples/excel/resources/WEB-INF/web.xml	2010-03-03 12:00:28 UTC (rev 12089)
+++ tags/JBoss_Seam_2_2_1_CR1/examples/excel/resources/WEB-INF/web.xml	2010-03-03 12:02:48 UTC (rev 12090)
@@ -55,7 +55,14 @@
 		<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>
-</web-app>
\ No newline at end of file
+</web-app>



More information about the seam-commits mailing list