Hi ,I have to parse the RTE(Rich Text Editor) content data before saving for example needed to remove some new line(\n) and carriage return(\r) characters before save.Please advice.smacdonald2008Thanks,Manjunath DJ
Hi,We have a situation where we need to call a third party api.Browser -> AEM -> thirdparty.The call to the thirdparty has an SLA of upto 5 seconds.What is the recommended approach for this scenario ?Browser posts request to AEM, AEM acknowledges request and immediately replies to browser to say it ...
Hi,We Upgraded the Author environment from AEM 6.1 to AEM 6.3.Getting the below errors recursively and also unable to open any page with "/editor.html/".05.09.2017 17:11:08.940 *ERROR* [104.103.70.205 [1504602668940] GET /mnt/overlay/granite/ui/content/shell/header/actions/pulse.data.json HTTP/1.1] ...
Recently started working on AEM components.i looked into the difference at https://docs.adobe.com/docs/en/htl/docs/use-api.htmli also tried both java and js use api, when we use java use api, we have to deploy the jar if the java code is in core module? so this mean JS use API is easy to deploy ? an...
Hi all,On the touch ui, at various locations like sites, projects , assets . I could see that there are various calls fetching the first 40 results , and as we scroll down the page, the next set of forty results comes on and this happens on further scroll down also,http://localhost:2017/mnt/overlay/...
I'm evaluating AEM 6.2 OOTB forms component to build a Newsletter signup form with AJAX submission, this is not AEM Forms that is licensed separately.https://docs.adobe.com/docs/en/aem/6-2/develop/components/developing-forms.htmlI'm also planning to use AEM OOTB form builder to create multiple forms...
I understand that getAdministrativeResourceResolver has been deprecated since 6.0 (valid risks for this change?) and a resource resolver has to be fetched by passing an appropriate system user. But if you are accessing the resource resolver from a sling request object, what user is this resolver map...