Author: mvitenkov
Date: 2008-12-15 11:07:59 -0500 (Mon, 15 Dec 2008)
New Revision: 11782
Modified:
trunk/test-applications/facelets/src/main/webapp/InplaceInput/InplaceInputProperty.xhtml
Log:
remove rich:findComponent
Modified:
trunk/test-applications/facelets/src/main/webapp/InplaceInput/InplaceInputProperty.xhtml
===================================================================
---
trunk/test-applications/facelets/src/main/webapp/InplaceInput/InplaceInputProperty.xhtml 2008-12-15
15:50:52 UTC (rev 11781)
+++
trunk/test-applications/facelets/src/main/webapp/InplaceInput/InplaceInputProperty.xhtml 2008-12-15
16:07:59 UTC (rev 11782)
@@ -111,16 +111,5 @@
<br />
<a4j:commandLink
onclick="$('formID:inplaceInputSubviewID:inplaceInputId').component.setValue('setValue')"
- value="setValuel"></a4j:commandLink>
- <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 id="findID">
- <h:outputText
value="#{rich:findComponent('inplaceInputId').value}" />
- </rich:column>
- </h:panelGrid>
+ value="setValuel"></a4j:commandLink>
</f:subview>
\ No newline at end of file
Show replies by date