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 ...
While i am selection social connect it shows this error "Given URL is not allowed by the Application configuration: One or more of the given URLs is not allowed by the App's settings. It must match the Website URL or Canvas URL, or the domain must be a subdomain of one of the App's domains." please...
Hi We have one senario and created the drop-zone by using the dropzone.js. Now when we are trying to drop the assets in dropzone area then calling AEM servlet via form tag like:<form method="POST" action="/bin/myServlet" class="dropzone" id="myDropzone" enctype="multipart/form-data"></form>but getti...
I am configuring the templates with the allowedpaths property and i want the template to be allowed everywhere under content/www except for content/www/dir1 and content/www/dir2 paths. Please help in forming the regex. I tried the below combinations. ^(?!/content/www/dir1(/.*))/^(?!/content/www/dir2...