InplaceInput: component doesn't switch to view/changed state
------------------------------------------------------------

                 Key: RF-6810
                 URL: https://jira.jboss.org/jira/browse/RF-6810
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.3.1
            Reporter: Nick Belaevski


Code from: 
http://www.jboss.org/file-access/default/members/jbossrichfaces/freezone/docs/devguide/en/html/inplaceInput.html
 . InplaceInput doesn't switch to edit state after clicking control.  

<rich:inplaceInput defaultLabel="Click here to edit" showControls="true" 
controlsHorizontalPosition="left" controlsVerticalPosition="bottom" 
id="inplaceInput">

    <f:facet name="controls">

        <button onclick="#{rich:component('inplaceInput')}.save();" 
type="button">Save</button>

        <button onclick="#{rich:component('inplaceInput')}.cancel();" 
type="button">Cancel</button>

    </f:facet>

</rich:inplaceInput>

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

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to