[richfaces-svn-commits] JBoss Rich Faces SVN: r2463 - trunk/test-applications/jsp/src/main/webapp/PanelMenu.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Fri Aug 24 06:04:51 EDT 2007
Author: ayanul
Date: 2007-08-24 06:04:51 -0400 (Fri, 24 Aug 2007)
New Revision: 2463
Modified:
trunk/test-applications/jsp/src/main/webapp/PanelMenu/PanelMenu.jsp
Log:
update
Modified: trunk/test-applications/jsp/src/main/webapp/PanelMenu/PanelMenu.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/PanelMenu/PanelMenu.jsp 2007-08-24 09:44:14 UTC (rev 2462)
+++ trunk/test-applications/jsp/src/main/webapp/PanelMenu/PanelMenu.jsp 2007-08-24 10:04:51 UTC (rev 2463)
@@ -2,6 +2,7 @@
<%@ 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>
@@ -19,7 +20,7 @@
</style>
</head>
<f:subview id="panelMenuID">
-<f:view>
+
<h:form>
<rich:panelMenu id="panelMenuID" disabled="#{panelMenu.disabled}" width="#{panelMenu.width}" selectedChild="thisChild"
expandSingle="#{panelMenu.expandSingle}" mode="#{panelMenu.mode}" value="PanelMenu" rendered="#{panelMenu.rendered}"
@@ -462,6 +463,7 @@
</f:verbatim>
<h:commandLink value="Back" action="main"></h:commandLink>
</h:form>
-</f:view>
+
</f:subview>
</html>
+</f:view>
\ No newline at end of file
More information about the richfaces-svn-commits
mailing list