[richfaces-svn-commits] JBoss Rich Faces SVN: r11782 - trunk/test-applications/facelets/src/main/webapp/InplaceInput.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Mon Dec 15 11:08:00 EST 2008
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
More information about the richfaces-svn-commits
mailing list