[richfaces-issues] [JBoss JIRA] Work started: (RF-3841) rich:dataTable reRender doesn't work on dataScroller placed in header or footer

Denis Morozov (JIRA) jira-events at lists.jboss.org
Mon Jul 21 04:47:52 EDT 2008


     [ https://jira.jboss.org/jira/browse/RF-3841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on RF-3841 started by Denis Morozov.

> rich:dataTable reRender doesn't work on dataScroller placed in header or footer
> -------------------------------------------------------------------------------
>
>                 Key: RF-3841
>                 URL: https://jira.jboss.org/jira/browse/RF-3841
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.2
>         Environment: JBoss 4.2.2
> Richfaces 3.2.2-20080630.043556-25
>            Reporter: Salvatore Insalaco
>            Assignee: Denis Morozov
>             Fix For: 3.2.2
>
>
> If a rich:dataTable with filtering enabled has reRender set on a rich:dataScroller it works only if the dataScroller is outside the dataTable, otherwise the dataScroller is not updated when filter changes.
> I.e. this works:
>     <rich:datascroller id="scroller" for="table"/>
>     <rich:dataTable id="table" value="#{personeSmall}" var="persona" rows="10" reRender="scroller">
>         ...
>     </rich:dataTable>
> This doesn't:
>     <rich:dataTable id="table" value="#{personeSmall}" var="persona" rows="10" reRender="scroller">
>         <f:facet name="header"><rich:datascroller id="scroller"/></f:facet>
>         ...
>     </rich:dataTable>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list