Author: konstantin.mishin
Date: 2007-11-12 12:51:01 -0500 (Mon, 12 Nov 2007)
New Revision: 3933
Modified:
trunk/sandbox/samples/contextMenuDemo/src/main/webapp/pages/index.jsp
Log:
RF-1305
Modified: trunk/sandbox/samples/contextMenuDemo/src/main/webapp/pages/index.jsp
===================================================================
--- trunk/sandbox/samples/contextMenuDemo/src/main/webapp/pages/index.jsp 2007-11-12
17:35:38 UTC (rev 3932)
+++ trunk/sandbox/samples/contextMenuDemo/src/main/webapp/pages/index.jsp 2007-11-12
17:51:01 UTC (rev 3933)
@@ -1,6 +1,7 @@
<%@ taglib
uri="http://java.sun.com/jsf/html" prefix="h" %>
<%@ taglib
uri="http://java.sun.com/jsf/core" prefix="f"%>
<%@ taglib
uri="http://labs.jboss.com/jbossrichfaces/ui/dataTable"
prefix="dt"%>
+<%@ taglib
uri="http://labs.jboss.com/jbossrichfaces/ui/ui/contextMenu"
prefix="cm"%>
<html>
<head>
<title>
@@ -19,6 +20,7 @@
<body>
<f:view>
<h:form>
+ <cm:contextMenu></cm:contextMenu>
<dt:dataTable id="table" value="#{bean.model}"
var="row" style="width:300px"
first="0" rows="40" width="100%">
<dt:column headerClass="header" footerClass="footer">