[richfaces-svn-commits] JBoss Rich Faces SVN: r2461 - trunk/test-applications/jsp/src/main/webapp/DropDownMenu.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri Aug 24 05:07:21 EDT 2007


Author: ayanul
Date: 2007-08-24 05:07:21 -0400 (Fri, 24 Aug 2007)
New Revision: 2461

Modified:
   trunk/test-applications/jsp/src/main/webapp/DropDownMenu/DDMenu.jsp
Log:
http://jira.jboss.com/jira/browse/RF-675

Modified: trunk/test-applications/jsp/src/main/webapp/DropDownMenu/DDMenu.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/DropDownMenu/DDMenu.jsp	2007-08-24 09:07:14 UTC (rev 2460)
+++ trunk/test-applications/jsp/src/main/webapp/DropDownMenu/DDMenu.jsp	2007-08-24 09:07:21 UTC (rev 2461)
@@ -2,12 +2,12 @@
 <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
 <%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
 <%@ taglib uri="http://richfaces.org/rich" prefix="rich"%>
+<f:view>
 <html>
 <head>
 <title></title>
 </head>
 <f:subview id="ddMenuID">
-<f:view>
 <h:form>
 	<h:panelGrid columns="3">
 		<h:panelGrid columns="2">
@@ -95,7 +95,7 @@
 				hideDelay="#{dDMenu.hideDelay}" direction="#{dDMenu.direction}"
 				horizontalOffset="#{dDMenu.horizontalOffset}"
 				jointPoint="#{dDMenu.jointPoint}" popupWidth="#{dDMenu.popupWidth}"
-				showDelay="#{dDMenu.showDelay}" rendered="#{dDMenu.rendered}"
+				showDelay="#{dDMenu.showDelay}" rendered="#{dDMenu.rendered}" event="#{dDMenu.event}"
 				verticalOffset="#{dDMenu.verticalOffset}" styleClass="panelpos">
 				<rich:menuItem icon="#{dDMenu.icon}">
 					<h:outputText value="Item1" />
@@ -141,6 +141,6 @@
 		</rich:panel>	
 	</h:panelGrid>
 </h:form>
-</f:view>
 </f:subview>
 </html>
+</f:view>




More information about the richfaces-svn-commits mailing list