Page 1 of 1

Pagination - How does it work?

Posted: Sun Dec 16, 2012 4:23 pm
by gustjava
I could find at common.properties the follow value:

web.defaultPageSize=15
web.maxPageSize=100

But the result is display all items on a category (category.html). Am I missing it or this defaultPageSize value is not used?

Thanks in advance.

Re: Pagination - How does it work?

Posted: Wed Jan 02, 2013 5:18 am
by pluto
Hey,

I just tried it and it expected. Check if you don't override this settings in the Environment property.
Also check if you can override the categorycontroller and set the pagesize with the ProductSearchCriteria.

What version are you using?

Beste regards,

Pluto

Re: Pagination - How does it work?

Posted: Wed Nov 12, 2014 10:11 am
by selvakumar.g
Hi,

I am using Broadleaf 3.0. How can I get "ShowMore" rather than displaying Pagination ?