Author: mvitenkov
Date: 2008-09-15 12:27:56 -0400 (Mon, 15 Sep 2008)
New Revision: 10443
Modified:
trunk/test-applications/facelets/src/main/webapp/ScrollableDataTable/ScrollableDataTableProperty.xhtml
Log:
-findComponent for Konstantin Mishin test.
Modified:
trunk/test-applications/facelets/src/main/webapp/ScrollableDataTable/ScrollableDataTableProperty.xhtml
===================================================================
---
trunk/test-applications/facelets/src/main/webapp/ScrollableDataTable/ScrollableDataTableProperty.xhtml 2008-09-15
15:46:31 UTC (rev 10442)
+++
trunk/test-applications/facelets/src/main/webapp/ScrollableDataTable/ScrollableDataTableProperty.xhtml 2008-09-15
16:27:56 UTC (rev 10443)
@@ -58,13 +58,5 @@
<f:selectItem itemLabel="multi" itemValue="multi" />
</h:selectOneRadio>
</h:panelGrid>
- <br />
- <br />
- <div style="FONT-WEIGHT: bold;">rich:findComponent</div>
- <h:panelGrid columns="2">
- <a4j:commandLink value="getSelection"
reRender="findID"></a4j:commandLink>
-
- <h:outputText id="findID"
value="#{rich:findComponent('sdt').selection}" />
- </h:panelGrid>
<a4j:commandButton value="reRender"
reRender="sdt"></a4j:commandButton>
</f:subview>
\ No newline at end of file