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

Mike (JIRA) jira-events at lists.jboss.org
Mon Feb 18 12:26:27 EST 2008


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


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