[richfaces-issues] [JBoss JIRA] Created: (RF-9279) Inplace input doesn't rerender output

Pavol Pitonak (JIRA) jira-events at lists.jboss.org
Mon Aug 30 13:11:11 EDT 2010


Inplace input doesn't rerender output
-------------------------------------

                 Key: RF-9279
                 URL: https://jira.jboss.org/browse/RF-9279
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: component-input
    Affects Versions: 4.0.0.Milestone2
         Environment: JBoss 4 M4, Glassfish 3, all browsers
            Reporter: Pavol Pitonak


The following code doesn't update output:

<h:form>
        <rich:inplaceInput id="inplaceInput"  value="#{bean.value}"  >
            <a4j:ajax id="inplaceInputAjax" event="change" render="output"/>
        </rich:inplaceInput>

        <br/><br/>
        output: <h:outputText id="output" value="#{bean.value}"/>
</h:form>

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

        


More information about the richfaces-issues mailing list