[richfaces-issues] [JBoss JIRA] Updated: (RF-2289) rich datatable - rendering problem when changing column data using valueChangeListener

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Tue Jul 15 19:51:14 EDT 2008


     [ http://jira.jboss.com/jira/browse/RF-2289?page=all ]

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

    Assignee: Nick Belaevski  (was: Maksim Kaszynski)

> rich datatable - rendering problem when changing column data using valueChangeListener
> --------------------------------------------------------------------------------------
>
>                 Key: RF-2289
>                 URL: http://jira.jboss.com/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
>         Assigned To: Nick Belaevski
>             Fix For: Future
>
>
> 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: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list