[richfaces-issues] [JBoss JIRA] (RF-13677) InputNumberSlider & Spinner render does not work when nested in iteration components

Michal Petrov (JIRA) issues at jboss.org
Wed Jun 18 07:25:24 EDT 2014


    [ https://issues.jboss.org/browse/RF-13677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12977325#comment-12977325 ] 

Michal Petrov commented on RF-13677:
------------------------------------

There seems to be an issue with ID resolution.

* The id of the slider should be {{form:containerRichDataTable:2:slider}}, however it is just {{form:containerRichDataTable:slider}}. Don't know if it affects the issue.
* During ApplyRequestValuesPhase the output is found on the first row (it is processed despite rendered="false", but that is intended) and so the resolved id is wrong.

> 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)



More information about the richfaces-issues mailing list