1

I have news listing including pagination with news tags. When i am paginate through news(or any custom extension) it bypass parameter.

enter image description here On page /tag the pagination links should look like this: /tag/seite/2 but i just get /seite/2 without any parameters.

Any ideas what i am doing wrong/how to solve my issue?

Ashish Patel
  • 1,011
  • 13
  • 27

1 Answers1

0

I tried it by adding addQueryStringMethod="GET" as parameter in <f:widget.link> and it works!

Ashish Patel
  • 1,011
  • 13
  • 27