List component with ajax Pagination using Sling Model | Community
Skip to main content
Level 4
August 10, 2018
Solved

List component with ajax Pagination using Sling Model

  • August 10, 2018
  • 2 replies
  • 2352 views

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

Thanks,

Rajeev

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arunpatidar

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 using AJAX

Performing Sling Model Adaptation Using Request and Resource Objects

Thanks

Arun

2 replies

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorAccepted solution
Community Advisor
August 10, 2018

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 using AJAX

Performing Sling Model Adaptation Using Request and Resource Objects

Thanks

Arun

Arun Patidar
smacdonald2008
Level 10
August 10, 2018

Nice response Arun!