[TYPO3-english]  Pagination widget. Always page 1  displayed
    Alexander Averbuch 
    alav at gmx.net
       
    Sat Jun 10 08:33:41 CEST 2017
    
    
  
Hello all!
I have a question about pagination widget.
Why do I get always the page 1 displayed? 
If I call the page 2, the link looks like this: `?tx_gbpartner_partnerlisting[@widget_0][currentPage]=2&cHash=711721c87d5bb5b17eb8da3fd66b1102`
In the pagination index.html I do <f:debug>{pagination}</f:debug> and get:
```
   pages => array(3 items)
   current => 1 (integer)
   numberOfPages => 3 (double)
   displayRangeStart => 1 (integer)
   displayRangeEnd => 3 (integer)
   hasLessPages => FALSE
   hasMorePages => FALSE
   nextPage => 2 (integer)
```
The pagination widget doesn't understand the param currentPage. What could be here wrong?
    
    
More information about the TYPO3-english
mailing list