April 14, 2020
Estimated Post Reading Time ~

Creating an AEM HTML Template Language Component that posts data using AJAX

You can create an Adobe Experience Manager (AEM) HTML Template Language (HTL) component that is able to post data to a Sling Servlet and display data returned by the servlet. An HTL component can perform POST/GET operation using AJAX. For example, you can perform a search operation by posting a user ID. Then the servlet can perform a lookup on a data set and return the data. This article walks you through how to build an AEM HTL component that can post data to an AEM Sling Servlet and then display the results, as shown in the following illustration.


To read this development article, click https://helpx.adobe.com/experience-manager/using/htl_ajax.html.


By aem4beginner

No comments:

Post a Comment

If you have any doubts or questions, please let us know.