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

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

Reply via email to