Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Serverside Pagination in AEM

Avatar

Former Community Member

Hi

Currently we are using client side pagination in our project search page. but we want to make it as Server side ,does anyone have any idea please drop your thoughts.

Thanks

Srikanth

1 Accepted Solution

Avatar

Correct answer by
Level 10

Take a look @ http://conexiogroup.com/aem-ajax-pagination-using-the-sightly-list-component/

It uses sightly JS which executes in server side

In simple terms you can make ajax calls to your servlet which will return you data based on which page are on.

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

Take a look @ http://conexiogroup.com/aem-ajax-pagination-using-the-sightly-list-component/

It uses sightly JS which executes in server side

In simple terms you can make ajax calls to your servlet which will return you data based on which page are on.