[richfaces-issues] [JBoss JIRA] Created: (RF-9408) Input number slider: Setter is not invoked

Pavol Pitonak (JIRA) jira-events at lists.jboss.org
Mon Oct 4 09:18:41 EDT 2010


Input number slider: Setter is not invoked
------------------------------------------

                 Key: RF-9408
                 URL: https://jira.jboss.org/browse/RF-9408
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: component-input
    Affects Versions: 4.0.0.Milestone2
         Environment: RichFaces 4.0.0-SNAPSHOT r.19423
Metamer 4.0.0-SNAPSHOT r.19421
Mojarra 2.0.2-FCS
GlassFish Server Open Source Edition 3.0.1
Java(TM) SE Runtime Environment 1.6.0_21-b06 @ Linux
Chrome 7.0.543.0 @ Linux
            Reporter: Pavol Pitonak


The following input number slider doesn't update output (setter is not called):

<h:form id="form">
    <rich:inputNumberSlider id="slider" value="#{bean.value}">
        <a4j:ajax render="output" execute="@form" />
    </rich:inputNumberSlider>

    <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