From jira-events at lists.jboss.org Fri Aug 2 17:01:26 2013 Content-Type: multipart/mixed; boundary="===============7175170361968794612==" MIME-Version: 1.0 From: Brian Leathem (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] (RF-13116) Using filters with paging / default filter value in extendeddatatable Date: Fri, 02 Aug 2013 17:01:26 -0400 Message-ID: In-Reply-To: JIRA.12497853.1375450467000@jira02.app.mwc.hst.phx2.redhat.com --===============7175170361968794612== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://issues.jboss.org/browse/RF-13116?page=3Dcom.atlassian.jira.p= lugin.system.issuetabpanels:all-tabpanel ] Brian Leathem updated RF-13116: ------------------------------- Description: = I've got an extededdatatable from richfaces and if i add a default value to= the filter, so that some rows are excluded on first rendering, and then ch= ange the filter to show the rows that were hidden, I don't get any calls to= the actionlisteners on the rows that were hidden at first. It works fine on those rows that was shown in the first page load, but not = on those hidden. The same issue appears when i use paging, and some rows are on page two. if= i use the filter to show some rows from another page, the actionlistener i= snt triggered. I can still click on those rows that was apparent on the fir= st page, but not on the other pages. If I don't have a default filter, or a pager, i can add and remove filterin= g and everything is fine. {code} Edit {code} was: I've got an extededdatatable from richfaces and if i add a default value to= the filter, so that some rows are excluded on first rendering, and then ch= ange the filter to show the rows that were hidden, I don't get any calls to= the actionlisteners on the rows that were hidden at first. It works fine on those rows that was shown in the first page load, but not = on those hidden. The same issue appears when i use paging, and some rows are on page two. if= i use the filter to show some rows from another page, the actionlistener i= snt triggered. I can still click on those rows that was apparent on the fir= st page, but not on the other pages. If I don't have a default filter, or a pager, i can add and remove filterin= g and everything is fine. = > Using filters with paging / default filter value in extendeddatatable > --------------------------------------------------------------------- > > Key: RF-13116 > URL: https://issues.jboss.org/browse/RF-13116 > Project: RichFaces > Issue Type: Bug > Security Level: Public(Everyone can see) = > Reporter: John Strandmyr > Priority: Critical > Labels: datascroller, extendedDataTable, filter > Fix For: 3.3.4.Final > > > I've got an extededdatatable from richfaces and if i add a default value = to the filter, so that some rows are excluded on first rendering, and then = change the filter to show the rows that were hidden, I don't get any calls = to the actionlisteners on the rows that were hidden at first. > It works fine on those rows that was shown in the first page load, but no= t on those hidden. > The same issue appears when i use paging, and some rows are on page two. = if i use the filter to show some rows from another page, the actionlistener= isnt triggered. I can still click on those rows that was apparent on the f= irst page, but not on the other pages. > If I don't have a default filter, or a pager, i can add and remove filter= ing and everything is fine. > {code} > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> > xmlns:h=3D"http://java.sun.com/jsf/html" > xmlns:f=3D"http://java.sun.com/jsf/core" > xmlns:a4j=3D"http://richfaces.org/a4j" > xmlns:rich=3D"http://richfaces.org/rich"> > > > > > > > > > > > > > > > > > > > > > Edit > > > > > > > > > > {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs For more information on JIRA, see: http://www.atlassian.com/software/jira --===============7175170361968794612==--