[richfaces-svn-commits] JBoss Rich Faces SVN: r4773 - branches/3.1.x/samples/richfaces-demo/src/main/webapp/WEB-INF.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Dec 12 08:57:19 EST 2007


Author: maksimkaszynski
Date: 2007-12-12 08:57:19 -0500 (Wed, 12 Dec 2007)
New Revision: 4773

Modified:
   branches/3.1.x/samples/richfaces-demo/src/main/webapp/WEB-INF/web.xml
Log:
fixed web.xml

Modified: branches/3.1.x/samples/richfaces-demo/src/main/webapp/WEB-INF/web.xml
===================================================================
--- branches/3.1.x/samples/richfaces-demo/src/main/webapp/WEB-INF/web.xml	2007-12-12 13:42:03 UTC (rev 4772)
+++ branches/3.1.x/samples/richfaces-demo/src/main/webapp/WEB-INF/web.xml	2007-12-12 13:57:19 UTC (rev 4773)
@@ -43,14 +43,14 @@
   <param-name>org.ajax4jsf.xmlparser.ORDER</param-name>
   <param-value>NEKO</param-value>
  </context-param>
- 	<context-param>
+ 	<!--context-param>
 		<param-name>org.richfaces.LoadStyleStrategy</param-name>
 		<param-value>ALL</param-value>
 	</context-param>
 	<context-param>
 		<param-name>org.richfaces.LoadScriptStrategy</param-name>
 		<param-value>ALL</param-value>
-	</context-param>
+	</context-param-->
  
  <filter>
   <display-name>Ajax4jsf Filter</display-name>




More information about the richfaces-svn-commits mailing list