Author: nbelaevski
Date: 2010-07-22 08:45:33 -0400 (Thu, 22 Jul 2010)
New Revision: 18194
Modified:
root/examples/iteration-demo/trunk/src/main/webapp/WEB-INF/web.xml
Log:
https://jira.jboss.org/browse/RF-8968
Modified: root/examples/iteration-demo/trunk/src/main/webapp/WEB-INF/web.xml
===================================================================
--- root/examples/iteration-demo/trunk/src/main/webapp/WEB-INF/web.xml 2010-07-22 12:42:36
UTC (rev 18193)
+++ root/examples/iteration-demo/trunk/src/main/webapp/WEB-INF/web.xml 2010-07-22 12:45:33
UTC (rev 18194)
@@ -39,7 +39,7 @@
<display-name></display-name>
<description></description>
<context-param>
- <param-name>org.richfaces.SKIN</param-name>
+ <param-name>org.richfaces.skin</param-name>
<param-value>#{skinBean.skin}</param-value>
</context-param>
@@ -49,12 +49,12 @@
</context-param>
<context-param>
- <param-name>org.richfaces.CONTROL_SKINNING</param-name>
- <param-value>enable</param-value>
+ <param-name>org.richfaces.enableControlSkinning</param-name>
+ <param-value>true</param-value>
</context-param>
<context-param>
- <param-name>org.richfaces.CONTROL_SKINNING_CLASSES</param-name>
- <param-value>enable</param-value>
+ <param-name>org.richfaces.enableControlSkinningClasses</param-name>
+ <param-value>true</param-value>
</context-param>