Author: mvitenkov
Date: 2009-05-25 12:37:29 -0400 (Mon, 25 May 2009)
New Revision: 14317
Added:
branches/community/3.3.X/test-applications/regressionArea/regressionArea-web/src/main/webapp/pages/rf6338.xhtml
Log:
Test page for RF-6338 added.
Added:
branches/community/3.3.X/test-applications/regressionArea/regressionArea-web/src/main/webapp/pages/rf6338.xhtml
===================================================================
---
branches/community/3.3.X/test-applications/regressionArea/regressionArea-web/src/main/webapp/pages/rf6338.xhtml
(rev 0)
+++
branches/community/3.3.X/test-applications/regressionArea/regressionArea-web/src/main/webapp/pages/rf6338.xhtml 2009-05-25
16:37:29 UTC (rev 14317)
@@ -0,0 +1,28 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html
xmlns="http://www.w3.org/1999/xhtml"
+
xmlns:ui="http://java.sun.com/jsf/facelets"
+
xmlns:h="http://java.sun.com/jsf/html"
+
xmlns:f="http://java.sun.com/jsf/core"
+
xmlns:a4j="http://richfaces.org/a4j"
+
xmlns:rich="http://richfaces.org/rich">
+
+<ui:composition template="/layout/layout.xhtml">
+
+ <ui:define name="template">
+ <h:form id="form">
+ <rich:panelMenu>
+ <rich:panelMenuGroup label="group 1" id="group1">
+ <rich:panelMenuItem label="it 1.1" action="#{rf6338.action}"
id="item1_1"/>
+ <rich:panelMenuItem label="it 1.2" action="#{rf6338.action}"
/>
+ <rich:panelMenuItem label="it 1.3" action="#{rf6338.action}"
/>
+ </rich:panelMenuGroup>
+ <rich:panelMenuGroup label="group 2" id="group2">
+ <rich:panelMenuItem label="it 2.1" action="#{rf6338.action}"
id="item1_2"/>
+ <rich:panelMenuItem label="it 2.2" action="#{rf6338.action}"
/>
+ <rich:panelMenuItem label="it 2.3" action="#{rf6338.action}"
/>
+ </rich:panelMenuGroup>
+ </rich:panelMenu>
+ </h:form>
+ </ui:define>
+</ui:composition>
+</html>