[richfaces-issues] [JBoss JIRA] Created: (RF-6810) InplaceInput: component doesn't switch to view/changed state

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Wed Apr 15 18:44:22 EDT 2009


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

        



More information about the richfaces-issues mailing list