Multiple Grids with pagination on one page interfer with each oter
------------------------------------------------------------------
Key: TAP5-1351
URL: https://issues.apache.org/jira/browse/TAP5-1351
Project: Tapestry 5
Issue Type: Bug
Components: tapestry-core
Affects Versions: 5.0.15
Reporter: Oliver Pelz
Priority: Critical
If more than one grid with pagination will be created on a single tapestry
page, the pagination interfer each other.
This seems because the multiple grids/paginations do not have unique ids.
I issued this in tapestry-users a while back where I enclosed the grids into
components but this also happens if you put more them unenclosed on the same
page
(http://tapestry-users.832.n2.nabble.com/Grids-embedded-in-custom-component-interfer-with-each-other-td5376183.html).
If you then click on a pagination from one grid the others will be changed as
well.
You can find a testcode on the tapestry-users page here
http://tapestry-users.832.n2.nabble.com/Grids-embedded-in-custom-component-interfer-with-each-other-td5376183.html
which capsulates the grids into components but this interefers as well as
putting multiple grids without components on the same page.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.