[jboss-cvs] jboss-seam/examples/ui/resources/WEB-INF ...
Peter Muir
peter at bleepbleep.org.uk
Tue Oct 9 19:25:53 EDT 2007
User: pmuir
Date: 07/10/09 19:25:53
Modified: examples/ui/resources/WEB-INF web.xml
Log:
Run ui example with verifyObjects enabled by default - we get a lot of complaints about Seam JSF controls not passing with this on
Revision Changes Path
1.16 +5 -0 jboss-seam/examples/ui/resources/WEB-INF/web.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: web.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/ui/resources/WEB-INF/web.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- web.xml 23 Sep 2007 17:57:36 -0000 1.15
+++ web.xml 9 Oct 2007 23:25:53 -0000 1.16
@@ -43,6 +43,11 @@
</context-param>
<context-param>
+ <param-name>com.sun.faces.verifyObjects</param-name>
+ <param-value>true</param-value>
+ </context-param>
+
+ <context-param>
<param-name>facelets.SKIP_COMMENTS</param-name>
<param-value>true</param-value>
</context-param>
More information about the jboss-cvs-commits
mailing list