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

Maksim Kaszynski (JIRA) jira-events at lists.jboss.org
Fri Mar 28 05:47:52 EDT 2008


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

Maksim Kaszynski resolved RF-2796.
----------------------------------

    Resolution: Out of Date

Fixed in RC6

> 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
>         Assigned To: Maksim Kaszynski
>             Fix For: 3.2.0
>
>
> 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