[ 
https://jira.jboss.org/jira/browse/RF-2289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nick Belaevski updated RF-2289:
-------------------------------

    Fix Version/s:     (was: Future)


> rich datatable - rendering problem when changing column data using 
> valueChangeListener
> --------------------------------------------------------------------------------------
>
>                 Key: RF-2289
>                 URL: https://jira.jboss.org/jira/browse/RF-2289
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.1.4
>         Environment: WinXP, JBoss Portal Server 2.6.2, Sun JDK 1.5, JSF-RI 1.2
>            Reporter: Mike
>            Assignee: Nick Belaevski
>
> The bug here is, that using a rich:datatable not all changed attributes 
> insinde a row get redisplayed.
> We use a value change listener on a checkbox inside a rich:datatable like 
> this:
> ...
>                                               <rich:column>
>                                                       
> <h:selectBooleanCheckbox id="taxresidualvaluerelevant"
>                                                               
> value="#{item.taxResidualValueRelevant}"
>                                                               
> valueChangeListener="#{taxesAndFeesController.activeChanged}"
>                                                               
> onclick="submit();" />
>                                               </rich:column>
> ....
> in the managed bean we manipulate some data in columns of the selected row, 
> and after that we trigger the to render the response
> using FacesContext.getCurrentInstance().renderResponse();
> The rich:datatable only updates some values in the row (disabled attributes) 
> whereas values don't get redisplayed.
> When we select a h:datatable everything works as suspected, but we need to 
> use the rich:datatable for e.g. paging etc.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to