]
Nick Belaevski reassigned RF-2289:
----------------------------------
Assignee: Maksim Kaszynski (was: Nick Belaevski)
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: Maksim Kaszynski
Fix For: 3.2.0
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: