[richfaces-svn-commits] JBoss Rich Faces SVN: r11755 - trunk/test-applications/jsp/src/main/webapp/WEB-INF.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Sat Dec 13 10:02:19 EST 2008
Author: mvitenkov
Date: 2008-12-13 10:02:19 -0500 (Sat, 13 Dec 2008)
New Revision: 11755
Modified:
trunk/test-applications/jsp/src/main/webapp/WEB-INF/web.xml
Log:
correction
Modified: trunk/test-applications/jsp/src/main/webapp/WEB-INF/web.xml
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/WEB-INF/web.xml 2008-12-13 14:59:40 UTC (rev 11754)
+++ trunk/test-applications/jsp/src/main/webapp/WEB-INF/web.xml 2008-12-13 15:02:19 UTC (rev 11755)
@@ -15,7 +15,7 @@
<context-param>
<param-name>org.richfaces.CONTROL_SKINNING</param-name>
- <param-value>#{skinning.skinning}#{skinning.skinningClass}</param-value>
+ <param-value>#{skinning.skinning}</param-value>
</context-param>
<context-param>
More information about the richfaces-svn-commits
mailing list