( I'm using CQ 5.5 )I have found the multivariate component and I think it's pretty nice but limited in its functionality. The ability to test static images is fine but what about dynamic content like buttons (button colors/text), carousel images, text/image combinations, and other items.Is there an...
Hi ,We are trying to implement the functionality to search images in DAM based on image size as search critera . But i was not able to find the details of image size under 'metadata' node of an image in CRX . 1.Can someone let me know , where the image size details are stored in CRX ?2. How to ad...
Hi,I have this problem where a bunch of my OSGi bundles (not all of them), upon installation, doesn't call my services activate methods. I read this post:http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manager.topic.html/forum__o0nw-i_created_anosgibu.h...
Hi,We have customized the RTE in C5.5 by adding all the required plug-ins and when we use this RTE in column control(with 2 columns) the editor toolbar is wrapping in second line perfectly. Now we are upgrading from CQ5.5 to AEM5.6.1 and when we use this RTE in column control(with 2 columns), the ed...
Hi,How to get all child nodes under root node(Myapp)?Myapp - node1 - node1.1 , node1.2 - node2node1 is child node of root node and node1.1, node1.2 are child node of node1.Kindly any one help me to get Node1, Node1.1, Node1.2 and node2Thanks,C.Srinivasan
Hi there,I have got a requirement which has 2 parts: 1) the form content will be saved into a jcr node, and 2) the form content will be sent out to a specific email address. I have used CQ5 foundation form component in order to implement part 1. In there, I specified the form action type as 'Store C...
Hi,I am referring to this article http://dev.day.com/docs/en/cq/current/deploying/resource_mapping.html to configure resource mapping. I am using my publish instance with Geometrixx sites.I created the mapping that prefixes any request to http://myserver:4503/ with /content: This works somewhat co...
A custom parent component 's JSP has include statement like this (parentXXX)<c:if test="${someThing== true}"> <sling:include path="childXXXNode" resourceType="apps/xxx/components/childXXX" /> </c:if>Two scenario.1. if i drag and drop childXXX on the CQ page parsy...
Hello , How to pass javax.jcr.NodeIterator iter =toNode.getNodes(); long count =iter.getSize();count value from servlet to javascript.,that would be great for your reply. Thanks.