[richfaces-svn-commits] JBoss Rich Faces SVN: r3106 - in trunk/test-applications/jsp/src/main/webapp: pages/RichMenu and 1 other directory.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Sep 25 10:30:44 EDT 2007


Author: ayanul
Date: 2007-09-25 10:30:44 -0400 (Tue, 25 Sep 2007)
New Revision: 3106

Modified:
   trunk/test-applications/jsp/src/main/webapp/Panel/Panel2.jsp
   trunk/test-applications/jsp/src/main/webapp/pages/RichMenu/RichMenu.jsp
Log:
http://jira.jboss.com/jira/browse/RF-985

Modified: trunk/test-applications/jsp/src/main/webapp/Panel/Panel2.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/Panel/Panel2.jsp	2007-09-25 14:05:02 UTC (rev 3105)
+++ trunk/test-applications/jsp/src/main/webapp/Panel/Panel2.jsp	2007-09-25 14:30:44 UTC (rev 3106)
@@ -120,15 +120,15 @@
 
 		</rich:panel>
 	</h:panelGrid>
+
 	<rich:panel style="position: absolute; top: 116px; right: 100px; " styleClass="top">
 		<f:facet name="header">
 			<h:outputText value="Header of the Panel" />
 		</f:facet>
 		<h:outputText escape="false" value="  This is a panel with absolute position on the screen.<br />
     Resize the browser's window for fun." />
+	</rich:panel>
 
-	</rich:panel>
-	</rich:panel>
 	<rich:panel style="width:#{panel.width};height:#{panel.height}">
 		<f:facet name="header">
 			<f:verbatim>

Modified: trunk/test-applications/jsp/src/main/webapp/pages/RichMenu/RichMenu.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/pages/RichMenu/RichMenu.jsp	2007-09-25 14:05:02 UTC (rev 3105)
+++ trunk/test-applications/jsp/src/main/webapp/pages/RichMenu/RichMenu.jsp	2007-09-25 14:30:44 UTC (rev 3106)
@@ -27,7 +27,7 @@
 				<f:selectItem itemValue="/ModalPanel/ModalPanel.jsp" itemLabel="Modal Panel" />
 				<f:selectItem itemValue="/Paint2D/Paint2D.jsp" itemLabel="Paint2D" />
 				<f:selectItem itemValue="/Panel/Panel.jsp" itemLabel="Panel" />
-				<f:selectItem itemValue="/Panel/panel2.jsp" itemLabel="Panel2" />
+				<f:selectItem itemValue="/Panel/Panel2.jsp" itemLabel="Panel2" />
 				<f:selectItem itemValue="/PanelBar/PanelBar.jsp" itemLabel="Panel Bar" />
 				<f:selectItem itemValue="/PanelMenu/PanelMenu.jsp" itemLabel="Panel Menu" />
 				<f:selectItem itemValue="/Separator/Separator.jsp" itemLabel="Separator" />




More information about the richfaces-svn-commits mailing list