[richfaces-issues] [JBoss JIRA] Commented: (RF-2688) inplaces: JS API cancel function applies new value.

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Fri Mar 21 12:01:40 EDT 2008


    [ http://jira.jboss.com/jira/browse/RF-2688?page=comments#action_12404062 ] 
            
Ilya Shaikovsky commented on RF-2688:
-------------------------------------

	<rich:inplaceSelect value="#{inplaceComponentsBean.inputValue}"
		defaultLabel="Click here to edit"
		openOnEdit="true" showControls="true"
		editEvent="ondblclick" 
		controlsHorizontalPosition="left"
		controlsVerticalPosition="bottom" id="inplaceSelect">
		<f:facet name="controls">
			<button onclick="$('inplaceSelect').component.save();" type="button">Save</button>
			<button onclick="$('inplaceSelect').component.cancel();" type="button">Cancel</button>
		</f:facet>
		<f:selectItems value="#{capitalsBean.capitalsOptions}" />
	</rich:inplaceSelect>

input should be checked also.

> inplaces: JS API cancel function applies new value.
> ---------------------------------------------------
>
>                 Key: RF-2688
>                 URL: http://jira.jboss.com/jira/browse/RF-2688
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.0
>            Reporter: Ilya Shaikovsky
>         Assigned To: Vladimir Molotkov
>             Fix For: 3.2.0
>
>
> old value should be returned.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list