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

Daniel Nussbaum (JIRA) jira-events at lists.jboss.org
Wed Sep 1 02:17:11 EDT 2010


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

Daniel Nussbaum updated RF-9284:
--------------------------------

        Fix Version/s: 3.3.1
                           (was: 3.2.2)
    Affects Version/s: 3.3.1
                           (was: 3.2.2)
          Environment: 
Java 1.5.0_14
Tomcat 6.0.24
Richfaces 3.3.1.GA

  was:
JBoss 4.2.2
Richfaces 3.2.2-20080630.043556-25

          Component/s: component-ScrollableDataTable
                       component-tables


> rich:dataTable reRender doesn't work on dataScroller placed in header or footer
> -------------------------------------------------------------------------------
>
>                 Key: RF-9284
>                 URL: https://jira.jboss.org/browse/RF-9284
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-ScrollableDataTable, component-tables
>    Affects Versions: 3.3.1
>         Environment: Java 1.5.0_14
> Tomcat 6.0.24
> Richfaces 3.3.1.GA
>            Reporter: Daniel Nussbaum
>            Assignee: Mikhail Vitenkov
>             Fix For: 3.3.1
>
>
> 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/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list