[
https://jira.jboss.org/browse/RF-9408?page=com.atlassian.jira.plugin.syst...
]
Konstantin Mishin resolved RF-9408.
-----------------------------------
Resolution: Cannot Reproduce Bug
Seems problem has been fixed on Metamer side.
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.Milestone3
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
Assignee: Konstantin Mishin
Fix For: 4.0.0.Milestone4
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