I tried installing VLT on my local machine where i have AEM installed and running successfully.But it is not woking for me. As per comments on a forum thread i followed: How to use the VLT Tool - docs.day.com but when i change my environment path:export M2_HOME=/Users/moy/apache-maven-3.1.1export VL...
I am following the example here: http://experience-aem.blogspot.ca/2013/12/aem-cq-56-adding-images-in-multifield.html and it works, however, I would like to make the imagemultifield its own tab that I can reuse across multiple components using "cq:include". However, when I do this, the open dialog ...
Hi Everyone,I have a use case where I have restrict some nodes below the jcr:content/node1/node2(to be restricted) when I publish the page.I tried it using ACL, restricting the read access on the node to be restricted and the publish the page. I cant see the node in CRX since I don't have permis...
Hi There.I've written a component that stores data in the following location. /content/applicationName/jcr:content/data/forms/ . When my component saves information here I want to automatically push this out to the publish instance. I can do this manually by clicking the replicate button against ...
Hi,I have a problem with some jsp pages firing twice.In a jsp page I have a bundle. It is called exactly once. Inside the bundle it makes a save to the jcr. This save is called exactly once inside the bundle. It is done at the entrance to the bundle. This save method is not part of a conditional or ...
I would like to configure the richtexteditor plugin to disable image drag and drop from the content finder. How can i achieve this goal ? I'm using CQ5.5 SP3
I have templates x,y,z. When ever I created a page using x or modified the page which is created by using template x then an event should be called. When I create page using template y then no event should be call. Can any one help me how to do it ?
I tried using smart image in multi composite field. In that the images are getting persisted, the remaining fields in the multi composite fields are not getting persisted. when i edited the dialog for the first time the values are getting stored on the node. when i edit the dialog next time it is sh...
Hi All,We are facing an issue with domain.Explanation:we have one.html page under "/etc/designs/myproject/publicClientlibs/folder1/html/one.html"we have a server having system name (system123) and domain is (application-myserver.one.com)we are getting the page with these URLs :Using System Name for ...
In a template file, I have a chunk code of like this:<jsp:include page="/apps/acme/components/menu/menu-items.jsp"> <jsp:param name="menuItem" value="${rootItem}" /> </jsp:include>menu-items.jsp recursively includes itself like:<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@tagli...