Author: mvitenkov
Date: 2009-01-16 11:12:28 -0500 (Fri, 16 Jan 2009)
New Revision: 12316
Modified:
trunk/test-applications/jsp/src/main/webapp/OrderingList/OrderingListProperty.jsp
Log:
remove findComponent
Modified:
trunk/test-applications/jsp/src/main/webapp/OrderingList/OrderingListProperty.jsp
===================================================================
---
trunk/test-applications/jsp/src/main/webapp/OrderingList/OrderingListProperty.jsp 2009-01-16
16:07:22 UTC (rev 12315)
+++
trunk/test-applications/jsp/src/main/webapp/OrderingList/OrderingListProperty.jsp 2009-01-16
16:12:28 UTC (rev 12316)
@@ -91,15 +91,5 @@
onclick="submit();">
</h:selectBooleanCheckbox>
</h:panelGrid>
- <br />
- <br />
- <div style="FONT-WEIGHT: bold;">rich:findComponent</div>
- <h:panelGrid columns="2">
- <rich:column>
- <a4j:commandLink value="getActiveItem"
reRender="findID"></a4j:commandLink>
- </rich:column>
- <rich:column id="findID">
- <h:outputText
value="#{rich:findComponent('orderingListID').activeItem}" />
- </rich:column>
- </h:panelGrid>
+
</f:subview>
\ No newline at end of file
Show replies by date