I'm trying to implement the example found at: https://helpx.adobe.com/experience-manager/using/restful-services.html , however, I keep getting the "Unexpected token <", due to the server probably returning a 404 or some other HTML error code. I followed the article and implemented it step by step in...
Hi all,I am reading AEM integration with CDN (Akamai).As I understand, CDN caches the data and serves close to the location of the user, thus reducing the distance data has to travel.Let us say that my application has one Production Server with one dispatcher and both of these are deployed in Africa...
Hi,Is there any way that, we can achieve deep linking capabilities into a particular tab of a component in a page in AEM?Your help is much appreciated!Thanks,Sai
Hi, We are using OOB CQ DAM workflow for creating renditions. We donot want to add any customization code to the workflow. We have below requirement1) In the workflow we need to specify only width for rendition (height should be calculated automated by workflow to keep aspect ratio same). We see th...
In our component html file we are trying to include another html file located at "/etc/designs/proj-name/clientlib-emp/html/ex.html"<div data-sly-include="/etc/designs/proj-name/clientlib-emp/ex.html"></div>but we're seeing this error:Caused by: java.lang.UnsupportedOperationException: Access to res...
Hi,I need to create an email interface for end users to be able to browse through a list of images I save to the dam.I have a jcr page that manages the emailer interface. Users fill in details in the web page it produces, when they click submit email I run a JQuery Ajax call to send the call to the ...