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[ ]]>
Show replies by date