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

Tsikhon Kuprevich (JIRA) jira-events at lists.jboss.org
Sat Mar 29 08:52:40 EDT 2008


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

Tsikhon Kuprevich closed RF-2796.
---------------------------------

    Assignee: Tsikhon Kuprevich  (was: Maksim Kaszynski)

> 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: Tsikhon Kuprevich
>             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