[richfaces-svn-commits] JBoss Rich Faces SVN: r4848 - 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
Fri Dec 14 08:35:42 EST 2007


Author: maksimkaszynski
Date: 2007-12-14 08:35:42 -0500 (Fri, 14 Dec 2007)
New Revision: 4848

Modified:
   branches/3.1.x/samples/richfaces-demo/src/main/webapp/WEB-INF/web.xml
Log:
disabled all-in-one loading (temporary i hope)


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-14 13:15:05 UTC (rev 4847)
+++ branches/3.1.x/samples/richfaces-demo/src/main/webapp/WEB-INF/web.xml	2007-12-14 13:35:42 UTC (rev 4848)
@@ -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