Author: mvitenkov
Date: 2008-07-02 04:40:17 -0400 (Wed, 02 Jul 2008)
New Revision: 9352
Modified:
trunk/test-applications/jsp/src/main/webapp/ScrollableDataTable/ScrollableDataTableProperty.jsp
Log:
Modified:
trunk/test-applications/jsp/src/main/webapp/ScrollableDataTable/ScrollableDataTableProperty.jsp
===================================================================
---
trunk/test-applications/jsp/src/main/webapp/ScrollableDataTable/ScrollableDataTableProperty.jsp 2008-07-02
08:30:25 UTC (rev 9351)
+++
trunk/test-applications/jsp/src/main/webapp/ScrollableDataTable/ScrollableDataTableProperty.jsp 2008-07-02
08:40:17 UTC (rev 9352)
@@ -70,13 +70,10 @@
<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>
- <h:outputText id="findID"
value="#{rich:findComponent('sdt').value}" />
- </rich:column>
+ <h:panelGrid columns="2">
+ <a4j:commandLink value="getValue"
reRender="findID"></a4j:commandLink>
+
+ <h:outputText id="findID"
value="#{rich:findComponent('sdt').value}" />
</h:panelGrid>
<a4j:commandButton value="reRender"
reRender="dataList"></a4j:commandButton>
</f:subview>
\ No newline at end of file
Show replies by date