[richfaces-svn-commits] JBoss Rich Faces SVN: r12080 - trunk/test-applications/jsp/src/main/webapp/Tooltip.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Dec 31 05:13:35 EST 2008


Author: mvitenkov
Date: 2008-12-31 05:13:35 -0500 (Wed, 31 Dec 2008)
New Revision: 12080

Modified:
   trunk/test-applications/jsp/src/main/webapp/Tooltip/TooltipProperty.jsp
Log:
remove findComponent

Modified: trunk/test-applications/jsp/src/main/webapp/Tooltip/TooltipProperty.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/Tooltip/TooltipProperty.jsp	2008-12-31 09:57:29 UTC (rev 12079)
+++ trunk/test-applications/jsp/src/main/webapp/Tooltip/TooltipProperty.jsp	2008-12-31 10:13:35 UTC (rev 12080)
@@ -94,16 +94,5 @@
 		<h:selectBooleanCheckbox value="#{tooltip.rendered}">
 			<a4j:support event="onclick" reRender="tooltipID" />
 		</h:selectBooleanCheckbox>
-	</h:panelGrid>
-	<br />
-	<br />
-	<div style="FONT-WEIGHT: bold;">rich:findComponent</div>
-	<h:panelGrid columns="2">
-		<rich:column>
-			<a4j:commandLink value="getValue" reRender="findID"></a4j:commandLink>
-		</rich:column>
-		<rich:column id="findID">
-			<h:outputText value="#{rich:findComponent('tooltipID').value}" />
-		</rich:column>
-	</h:panelGrid>
+	</h:panelGrid>	
 </f:subview>
\ No newline at end of file




More information about the richfaces-svn-commits mailing list