[richfaces-issues] [JBoss JIRA] Created: (RF-2796) scrollableDataTable reRender row doesn't work

Jim Dummy (JIRA) jira-events at lists.jboss.org
Thu Mar 27 08:49:53 EDT 2008


scrollableDataTable reRender row doesn't work
---------------------------------------------

                 Key: RF-2796
                 URL: http://jira.jboss.com/jira/browse/RF-2796
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.0
         Environment: JBoss 3.2.2 GA, RichFaces 3.2.0.RC5
            Reporter: Jim Dummy


Can not re-render column inside scrollableDataTable.

[code]
<a4j:poll id="search_timer" reRender="status_icon" interval="1000" enabled="#{SimpleSearchForm.running}"/>
...
<rich:scrollableDataTable id="descriptions" value="#{SimpleSearchForm.requests}">
  <rich:column>
    <h:graphicImage id="status_icon" value="#{req.answered ? (empty req.results ? '/img/RedCircle.gif' : '/img/GreenCircle.gif') : '/img/YellowCircle.gif'}"/>
  </rich:column>
  ...
</rich:scrollableDataTable>
[/code]

I get an AJAX log message:

warn[]: Node for replace by response with id xxxxxxxxxxx:descriptions:status_icon not found in document

While it should be "xxxxxxxxxxx:descriptions:ROW_NUMBER:status_icon"

Tried to use ajaxKeys to specify all the rows to update, doesn't work either.

Look into BUG 1999 that marked as fixed in CR5 (not sure is this the same)...

Thank you.


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