I'm working on enhancing an existing ecommerce page. The product is created using scaffolding, a page is created and the product is imported into the page. One of the product parameters is a sale date. The client wants the product and the page to be automatically deactivated and deleted when the sal...
I have created a component on AEM server, say server1, which can be dragged/dropped to a site page. And, all the code related to the component is on server1(client and backend) only. Now, What i want is to use this component on other AEM server too so that i can dragged/dropped on site page on other...
Hello All, In our component dialog, we have an autocomplete element/control, which loads tags from /etc/tags/xyz, when we search with a keyword. "/services/search/tags” is a custom Servlet which loads/autocomplete tags based on keyword search.<?xml version="1.0" encoding="UTF-8"?> <jcr:root xmlns:sl...
I have an requirement where i need to search for a string under a path for equal operation rather than contains?For eg. I want to search all nodes having string Pankaj under /content/Site. And, there are two nodes:1. /content/Site/Node1 having a property whose value is Pankaj2. /content/Site/Node2 h...
Dear All,What is the best source to learn Content Fragment in AEM 6.4. I have an working experience in AEM but, I'm a beginner for Content Fragment. If any link is available please share with me. Appreciate your help.Thanks,Vijay
Hi all,I want to replace white space in HTL sightly.Example: The sectionTitle is "I love you", I want the data-taget is "I-love-you"<ul data-sly-list="${contents.sections}"> <li class="title"> <a data-target="#${item.sectionTitle}" class="links">${item.sectionTitle}</a> </li></ul>Pl...
Hi All,we are moving from Classic UI to touch UI on AEM 6.3 SP1. One of our touch ui component field has resource type as "granite/ui/components/coral/foundation/form/pathfield". As per Granite UI 1.0 documentation, when we apply disabled="{Boolean}true" property on pathfield, it does not disable th...
AEM 6.2 will not start after upgrading to Mojave, I have tried reinstall a fresh copy of AEM but it is still showing the errorHere is the complete error log:https://docs.google.com/document/d/1gL1skzwNTojXbuj-o5aexB7KnRMgo1SXNnJSzPqxha8/edit?usp=sharing
Hi everyone,We got a requirement to expose the page data using content services(<path>.model.json). But we are seeing duplicate ":type" json fields when we are accessing page. Attached screen shot. Please help me how to get rid of these duplicate values.We have used :1. AEM 6.32. SP 23. CQ-6.3.0-FEA...
Hi guys,We have the following problem in our site: a) We have multiple templates;b) In each of these templates we have the Header and Footer of our site (they are components);c) The Header and Footer has the same content for all the templates;c) The author has dialogs where he sets the configuration...