How to reset page navigation component to render the content items from first page in IBM WCM

The problem

When working with navigation components, it is common to share the same pagination in several menu or personalization components, however this introduces an issue because when clicking on the “Next” or “Previous” page the URL is going to have a parameter with the paging state which causes the problem of keeping the page as the last clicked option.

The solution;

IBM WCM provides a parameter to force the pagination component to render from the very first page. This parameter can be appended in the query string when generating links within the pagination component: WCM_Page.ResetAll=TRUE.

Leave a Reply

Your email address will not be published. Required fields are marked *