[richfaces-svn-commits] JBoss Rich Faces SVN: r11905 - trunk/test-applications/jsp/src/main/webapp/InplaceSelect.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Fri Dec 19 05:39:07 EST 2008
Author: tromanovich
Date: 2008-12-19 05:39:07 -0500 (Fri, 19 Dec 2008)
New Revision: 11905
Modified:
trunk/test-applications/jsp/src/main/webapp/InplaceSelect/InplaceSelectProperty.jsp
Log:
Modified: trunk/test-applications/jsp/src/main/webapp/InplaceSelect/InplaceSelectProperty.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/InplaceSelect/InplaceSelectProperty.jsp 2008-12-19 10:38:39 UTC (rev 11904)
+++ trunk/test-applications/jsp/src/main/webapp/InplaceSelect/InplaceSelectProperty.jsp 2008-12-19 10:39:07 UTC (rev 11905)
@@ -106,8 +106,13 @@
value="getValue"></a4j:commandLink>
<br />
<a4j:commandLink
- onclick="$('formID:inplaceSelectSubviewID:inplaceSelectID').component.setValue(event,{itemLabel:'passeds', itemValue:'passeds'})"
+ onclick="$('formID:inplaceSelectSubviewID:inplaceSelectID').component.setValue(event,{value:'passeds'})"
value="setValue(e,{params})"></a4j:commandLink>
+ <br />
+
+ <a4j:commandLink
+ onclick="$('formID:inplaceSelectSubviewID:inplaceSelectID').component.setValue('1234')"
+ value="setValue('infos')"></a4j:commandLink>
<br />
<f:verbatim>
@@ -122,7 +127,7 @@
<br />
<a href="#" id="getValueID">getValue()</a>
<br />
- <a href="#" id="setValueID">setValue('passeds','passeds')</a>
+ <a href="#" id="setValueID">setValue('warns')</a>
</f:verbatim>
<rich:componentControl attachTo="editID" event="onclick"
@@ -136,8 +141,7 @@
</rich:componentControl>
<rich:componentControl attachTo="setValueID" event="onclick"
for="inplaceSelectID" operation="setValue">
- <f:param name="itemValue" value="passeds"/>
- <f:param name="itemLabel" value="passeds"/>
+ <f:param name="value" value="warns"/>
</rich:componentControl>
<br />
<br />
More information about the richfaces-svn-commits
mailing list