Author: sergeyhalipov
Date: 2007-11-28 11:26:42 -0500 (Wed, 28 Nov 2007)
New Revision: 4317
Modified:
branches/3.1.x/samples/contextMenuDemo/pom.xml
branches/3.1.x/samples/contextMenuDemo/src/main/webapp/pages/index.jsp
Log:
Fix context menu demo
Modified: branches/3.1.x/samples/contextMenuDemo/pom.xml
===================================================================
--- branches/3.1.x/samples/contextMenuDemo/pom.xml 2007-11-28 16:24:32 UTC (rev 4316)
+++ branches/3.1.x/samples/contextMenuDemo/pom.xml 2007-11-28 16:26:42 UTC (rev 4317)
@@ -36,6 +36,11 @@
<artifactId>componentControl</artifactId>
<version>3.1.3-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>menu-components</artifactId>
+ <version>3.1.3-SNAPSHOT</version>
+ </dependency>
</dependencies>
<build>
<finalName>contextMenuDemo</finalName>
@@ -50,4 +55,4 @@
</plugin>
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>
Modified: branches/3.1.x/samples/contextMenuDemo/src/main/webapp/pages/index.jsp
===================================================================
--- branches/3.1.x/samples/contextMenuDemo/src/main/webapp/pages/index.jsp 2007-11-28
16:24:32 UTC (rev 4316)
+++ branches/3.1.x/samples/contextMenuDemo/src/main/webapp/pages/index.jsp 2007-11-28
16:26:42 UTC (rev 4317)
@@ -2,7 +2,7 @@
<%@ taglib
uri="http://java.sun.com/jsf/core" prefix="f"%>
<%@ taglib
uri="http://richfaces.org/a4j" prefix="a4j" %>
<%@ taglib
uri="http://labs.jboss.com/jbossrichfaces/ui/dataTable"
prefix="dt"%>
-<%@ taglib
uri="http://labs.jboss.com/jbossrichfaces/ui/ui/contextMenu"
prefix="cm"%>
+<%@ taglib
uri="http://labs.jboss.com/jbossrichfaces/ui/contextMenu"
prefix="cm"%>
<%@ taglib
uri="http://labs.jboss.com/jbossrichfaces/ui/componentControl"
prefix="cc"%>
<%@ taglib
uri="http://labs.jboss.com/jbossrichfaces/ui/menu-components"
prefix="mc" %>
<html>