To read this development article, click https://helpx.adobe.com/experience-manager/using/htl_ajax.html.
Tuesday, 16 August 2016
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.
To read this development article, click https://helpx.adobe.com/experience-manager/using/htl_ajax.html.
-
This post captures FAQs, and other tips for AEM that AEM Developers will find useful. We will update this list on an on-going basis. I a...
-
You can create an Adobe Experience Manager application that lets a user enter data into a web page and post data to a custom Sling Servlet. ...
-
This Scotts Digital Community article falls into a general programming discussion (as opposed to an Adobe Enterprise development article) ...