[jboss-cvs] jboss-seam/examples/wiki/src/etc/WEB-INF ...
Peter Muir
peter at bleepbleep.org.uk
Wed Oct 31 13:16:51 EDT 2007
User: pmuir
Date: 07/10/31 13:16:51
Modified: examples/wiki/src/etc/WEB-INF faces-config.xml web.xml
Log:
Oops, forgot some
Revision Changes Path
1.12 +1 -0 jboss-seam/examples/wiki/src/etc/WEB-INF/faces-config.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: faces-config.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/src/etc/WEB-INF/faces-config.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- faces-config.xml 12 Oct 2007 16:31:27 -0000 1.11
+++ faces-config.xml 31 Oct 2007 17:16:51 -0000 1.12
@@ -9,6 +9,7 @@
<default-locale>en</default-locale>
<supported-locale>de</supported-locale>
</locale-config>
+ <view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
</application>
<!-- Needed because WikiFormattedTextHandler instantiates these, asking the JSF infrastructure -->
1.20 +0 -5 jboss-seam/examples/wiki/src/etc/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/wiki/src/etc/WEB-INF/web.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- web.xml 23 Sep 2007 17:57:36 -0000 1.19
+++ web.xml 31 Oct 2007 17:16:51 -0000 1.20
@@ -7,11 +7,6 @@
<!-- Ajax4JSF -->
<context-param>
- <param-name>org.ajax4jsf.VIEW_HANDLERS</param-name>
- <param-value>com.sun.facelets.FaceletViewHandler</param-value>
- </context-param>
-
- <context-param>
<param-name>org.richfaces.SKIN</param-name>
<param-value>wiki</param-value>
</context-param>
More information about the jboss-cvs-commits
mailing list