[richfaces-svn-commits] JBoss Rich Faces SVN: r11525 - trunk/test-applications/facelets/src/main/webapp/DataScroller.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Dec 3 11:16:10 EST 2008


Author: mvitenkov
Date: 2008-12-03 11:16:09 -0500 (Wed, 03 Dec 2008)
New Revision: 11525

Modified:
   trunk/test-applications/facelets/src/main/webapp/DataScroller/DataScrollerProperty.xhtml
Log:
remove findComponent form page

Modified: trunk/test-applications/facelets/src/main/webapp/DataScroller/DataScrollerProperty.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/DataScroller/DataScrollerProperty.xhtml	2008-12-03 16:15:23 UTC (rev 11524)
+++ trunk/test-applications/facelets/src/main/webapp/DataScroller/DataScrollerProperty.xhtml	2008-12-03 16:16:09 UTC (rev 11525)
@@ -62,16 +62,5 @@
 		<h:selectBooleanCheckbox value="#{dataScroller.selfSorted}">
 			<a4j:support event="onchange" reRender="dataTableId,dsID"></a4j:support>
 		</h:selectBooleanCheckbox>
-	</h:panelGrid>
-	<br />
-	<br />
-	<div style="FONT-WEIGHT: bold;">rich:findComponent</div>
-	<h:panelGrid columns="2">
-		<rich:column>
-			<a4j:commandLink value="getPage" reRender="findID"></a4j:commandLink>
-		</rich:column>
-		<rich:column>
-			<h:outputText id="findID" value="#{rich:findComponent('dsID').page}" />
-		</rich:column>
-	</h:panelGrid>
+	</h:panelGrid>	
 </f:subview>
\ No newline at end of file




More information about the richfaces-svn-commits mailing list