Author: mvitenkov
Date: 2008-07-02 09:19:57 -0400 (Wed, 02 Jul 2008)
New Revision: 9396
Modified:
trunk/test-applications/facelets/src/main/webapp/ScrollableDataTable/ScrollableDataTableProperty.xhtml
Log:
+findComponent
Modified:
trunk/test-applications/facelets/src/main/webapp/ScrollableDataTable/ScrollableDataTableProperty.xhtml
===================================================================
---
trunk/test-applications/facelets/src/main/webapp/ScrollableDataTable/ScrollableDataTableProperty.xhtml 2008-07-02
13:17:55 UTC (rev 9395)
+++
trunk/test-applications/facelets/src/main/webapp/ScrollableDataTable/ScrollableDataTableProperty.xhtml 2008-07-02
13:19:57 UTC (rev 9396)
@@ -57,5 +57,13 @@
<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
Show replies by date