[
https://issues.jboss.org/browse/RF-13677?page=com.atlassian.jira.plugin.s...
]
Michal Petrov resolved RF-13677.
--------------------------------
Resolution: Done
We've had an interface (BaseProps) with {{getId}} method implemented by spinner and
slider. I do not know what its purpose was but it overwrote the default {{setId}} method
of UIComponent - which resets clientId so that a correct one can be assigned. The
interface also contained {{getBinding}} and {{isRendered}} methods. Those are as well
supplied by UIComponent and so I've removed the interface.
That interface is based on base-props.xml which is being referenced in 4.3.x but it does
not seem to have an effect there.
InputNumberSlider & Spinner render does not work when nested in
iteration components
------------------------------------------------------------------------------------
Key: RF-13677
URL:
https://issues.jboss.org/browse/RF-13677
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-input
Affects Versions: 4.5.0.Alpha3
Reporter: Juraj Húska
Assignee: Michal Petrov
Labels: regression
Fix For: 4.5.0.Alpha3
When {{inputNumberSlider}} or {{inputNumberSpinner}} is nested in either of these
iteration components:
* uiRepeat
* a4jRepeat
* richExtendedDataTable
* richCollapsibleSubTable
* richDataGrid
* richDataTable
then the property of the bean bound to its {{value}} attribute is not updated by ajax
request.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)