I know I can set current page of my search container's pagination using an URL parameter (e.g. &cur=2
).
However, I want to do this from inside the JSP: just like I can set the delta in <liferay-ui:search-container delta=5>
.
Is this possible? Where is the parameter cur
from the URL passed to? I've searched sources to no avail.