1

I'm using tx_news and coolUri in my project. Everything works fine except the pagination. If i want to switch away from the first page nothing happens. The URL is changing but the view doesn't.

Did someone already have this problem and would have a solution for it?

Siriena
  • 57
  • 3

1 Answers1

0

I had the same problem with tx_news and CoolUri and solved it by replacing the pagination wizard with the standard pagination wizard from TYPO3

<f:widget.paginate objects="{news}" as="paginatedNews"configuration="{itemsPerPage: 10, insertAbove: 1, insertBelow: 1, maximumNumberOfLinks: 25}">
(...)
</f:widget.paginate>
Robert
  • 561
  • 3
  • 20