[richfaces-issues] [JBoss JIRA] (RF-13421) Input number slider: attribute render on nested r:ajax doesn't work

Pavol Pitonak (JIRA) jira-events at lists.jboss.org
Thu Dec 5 09:12:06 EST 2013


Pavol Pitonak created RF-13421:
----------------------------------

             Summary: Input number slider: attribute render on nested r:ajax doesn't work
                 Key: RF-13421
                 URL: https://issues.jboss.org/browse/RF-13421
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: component-a4j-core, component-input, regression
    Affects Versions: 5.0.0.Alpha2
         Environment: RichFaces 5.0.0.Alpha2
Metamer 5.0.0.Alpha2
EAP 6.1.1, JBoss AS 7.1.1
Mojarra 2.1.19, 2.1.7
Java(TM) SE Runtime Environment 1.7.0_04-b20 @ Linux
Chrome 31.0.1650.57 @ Linux x86_64, Firefox 17/21/24
            Reporter: Pavol Pitonak


# deploy Metamer and open http://localhost:8080/metamer/faces/components/richInputNumberSlider/simple.xhtml?templates=richDataGrid
# open developer tools in browser
# change value on slider

result:
* output below slider is not updated

reason:
* output's span element has id form:containerRichDataGrid:3:output
* response to Ajax requests contains different ID
{code}
<render>form:containerRichDataGrid:0:output</render>
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the richfaces-issues mailing list