Author: ayanul
Date: 2007-08-24 05:07:14 -0400 (Fri, 24 Aug 2007)
New Revision: 2460
Modified:
trunk/test-applications/facelets/src/main/webapp/DropDownMenu/DDMenu.xhtml
Log:
http://jira.jboss.com/jira/browse/RF-675
Modified: trunk/test-applications/facelets/src/main/webapp/DropDownMenu/DDMenu.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/DropDownMenu/DDMenu.xhtml 2007-08-24
08:37:09 UTC (rev 2459)
+++ trunk/test-applications/facelets/src/main/webapp/DropDownMenu/DDMenu.xhtml 2007-08-24
09:07:14 UTC (rev 2460)
@@ -104,7 +104,7 @@
horizontalOffset="#{dDMenu.horizontalOffset}"
jointPoint="#{dDMenu.jointPoint}"
popupWidth="#{dDMenu.popupWidth}"
showDelay="#{dDMenu.showDelay}" rendered="#{dDMenu.rendered}"
- verticalOffset="#{dDMenu.verticalOffset}"
styleClass="panelpos">
+ verticalOffset="#{dDMenu.verticalOffset}" styleClass="panelpos"
event="#{dDMenu.event}">
<rich:menuItem icon="#{dDMenu.icon}">
<h:outputText value="Item1" />
</rich:menuItem>