I am trying to create a multicomposite field with an RTE. The issue I am facing is that the rte is not retaining the previously authored values in dialog.Please suggest some workaround for this issue .
Hi,We are using aem 5.6.1 in our project. We ran a workflow on a page but it went in 'Stale' state. We tried to terminate from workflow console but no luck. So we had deleted the corresponding workflow instance from etc/workflows. We have another issue now. When we tried to run a workflow on that pa...
Hi Community!For some reasons I need to retrieve the 'SlingHttpServletRequest request' from a parent node and I'm not be able to do it, I have already the request from the actual node but I'm passing on HTL an wcmmode='disabled' fixed value, this is why I'm going to need the parent request, sample c...
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...