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...
JCR Session interface have 2 method for developer to export and import operation.Now i am going to export this node not contains it's child: /content/geometrixx/en/products/squareprotected void test() { try { String nodePath = "/content/geometrixx/en/products/square"; Node exportNode = session.getNo...
I installed packages from one server to another server.I can see the components in sidekick of server1 but in server2 sidekick is an empty.I found one solution thru forum, that says:Make sure that /etc/design/default exists. I would suggest to rebuild that path again and try.I have one package fro...
I need information on CQ-Hybris OOTB connector.what are the pros and cons of this connector?Do we need to customize it in anyway?has anyone actually used it in any project?Please guide me.
Hi Team,In our Production Author (AEM 5.6.1) specific user access is behaving in an abnormal way that means :- 1) This user has access to xyz group but it redirecting to different group. Could you please help me is there any particular configuration file is there which would updated after the user g...
We are working with groups/users setup in AEM 6.0 with SP1 and cq-6.0.0-hotfix-5354-1.0.0.zip installed.We created permissions manually in _rep_policy.xml files, built package and installed it via maven-vault-plugin.In the root level _rep_policy.xml we have custom group which is granted read permiss...
1) Sling Servlet2) OSGi Service (good if you want to change any config on the fly through felix console)3) TaglibI know above three serve a different purpose but want to know exact use of each of those in my scenario.I need to call an API which returns me a JSON response and then I need to traverse ...