Author: ochikvina
Date: 2009-04-15 07:34:19 -0400 (Wed, 15 Apr 2009)
New Revision: 13592
Modified:
trunk/test-applications/richfaces-docs/web/src/main/webapp/layout/mainMenu.xhtml
Log:
https://jira.jboss.org/jira/browse/RF-6754 - adding the rich:progressBar component;
Modified:
trunk/test-applications/richfaces-docs/web/src/main/webapp/layout/mainMenu.xhtml
===================================================================
---
trunk/test-applications/richfaces-docs/web/src/main/webapp/layout/mainMenu.xhtml 2009-04-15
11:24:33 UTC (rev 13591)
+++
trunk/test-applications/richfaces-docs/web/src/main/webapp/layout/mainMenu.xhtml 2009-04-15
11:34:19 UTC (rev 13592)
@@ -33,6 +33,9 @@
<rich:panelMenuItem actionListener="#{menuBean.select}"
mode="server">
<h:outputLink value="layout.xhtml" >rich:layout</h:outputLink>
</rich:panelMenuItem>
+<rich:panelMenuItem actionListener="#{menuBean.select}"
mode="server">
+<h:outputLink value="progressBar.xhtml"
>rich:progressBar</h:outputLink>
+</rich:panelMenuItem>
<rich:panelMenuItem actionListener="#{menuBean.select}"
mode="server">
<h:outputLink value="tree.xhtml" >rich:tree</h:outputLink>
</rich:panelMenuItem>