Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.

Mark Solution

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

SOLVED

List component with ajax Pagination using Sling Model

Avatar

Level 4

Do we have any reference List component with ajax pagination/ load more option using Sling Model? Any references/pointers are much appreciated.

Thanks,

Rajeev

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

Please check below, you can call sling servlet using jQuery and inside servlet you can use Sling Model.

Adobe Experience Manager Help | Creating an AEM HTML Template Language Component that posts data usi...

Performing Sling Model Adaptation Using Request and Resource Objects

Thanks

Arun

Arun Patidar

AEM LinksLinkedIn

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi,

Please check below, you can call sling servlet using jQuery and inside servlet you can use Sling Model.

Adobe Experience Manager Help | Creating an AEM HTML Template Language Component that posts data usi...

Performing Sling Model Adaptation Using Request and Resource Objects

Thanks

Arun

Arun Patidar

AEM LinksLinkedIn

Avatar

Level 10

Nice response Arun!