Hi All,This question i am having it from very long time that components are created with cq:Component as primary type ,stored into JCR.What reason they are turned to nt:folder type and not available for any edit??Thanks,Kishore
Why do requests for /etc/segmentation.segment.js generate these errors in the error log? This happens in a new AEM 6.1 instance and also when service pack 1 is installed. The segmentation.segment.js is called when a page contains the clientcontext component. 11.03.2016 15:58:50.595 *ERROR* [127.0.0....
Hi All,I am seeing issue with sightly expression evolution that it's giving a empty value when it's part of CSS's method.<div class="showcase-basic" style="background-image: url('${homePageBannerComponent.fileReference}')">Where as if i retrieve the independently it's returning correct value.Image:$...
Hi All, I am using Replicator API to replicate tree of a given path. We've list of path which needs to be activated. Currently we are looping through list and activating one by one path.replicator.replicate(session, ReplicationActionType.ACTIVATE, path, options); I didn't find any better example ...
Hi,I am trying to create out of the box component CAPTCHA in my page. After drag and drop, I have got refresh button and text element. How can I validate the user input?How can I invoke (ServerValidation.jsp) in the captcha component?Please help me out.Regards,Krishh
We need to create an adaptive form in AEM 6.1 and our project is done using sightly and not JSP.To override header and footer We need to create our own template and we cant use OOB Form Templates. So We have created a page component under our project /apps similar to the base component which comes u...
In a parsys section we can place a component placeholder. On editing the component placeholder a dialog box will appear to which a listener is configured. Is there a way for the listener to know in which parsys the component placeholder is being placed?Note: Parent node of component placeholder is t...
The documentation on this URL(https://docs.adobe.com/docs/en/aem/6-1/deploy/configuring/configure-runmodes.html) says the below: There are several methods for specifying which run mode to use; the order of resolution is:sling.properties file-r optionsystem properties (-D)Filename detectionWhere as t...
Hi experts,Can anyone help me to figure this out. I have drop down in touch ui and populating some values via datasource.Now when adding listeners to it, how can I get reference to this field.I used var list= new CUI.Select({ element: $("[name=./list']").closest(".coral-Select") }); But ...