[richfaces-svn-commits] JBoss Rich Faces SVN: r6184 - branches/3.1.x/ui/contextMenu/src/main/config/component.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Tue Feb 19 15:08:55 EST 2008
Author: alexsmirnov
Date: 2008-02-19 15:08:55 -0500 (Tue, 19 Feb 2008)
New Revision: 6184
Modified:
branches/3.1.x/ui/contextMenu/src/main/config/component/contextMenu.xml
Log:
Fix name for grnerated component class
Modified: branches/3.1.x/ui/contextMenu/src/main/config/component/contextMenu.xml
===================================================================
--- branches/3.1.x/ui/contextMenu/src/main/config/component/contextMenu.xml 2008-02-19 20:07:37 UTC (rev 6183)
+++ branches/3.1.x/ui/contextMenu/src/main/config/component/contextMenu.xml 2008-02-19 20:08:55 UTC (rev 6184)
@@ -4,7 +4,7 @@
<component>
<name>org.richfaces.ContextMenu</name>
<family>org.richfaces.ContextMenu</family>
- <classname>org.richfaces.component.html.ContextMenu</classname>
+ <classname>org.richfaces.component.html.HtmlContextMenu</classname>
<superclass>org.richfaces.component.UIContextMenu</superclass>
<description>
<![CDATA[ ]]>
More information about the richfaces-svn-commits
mailing list