Hi,I have included a component inside other component using data-sly-resource. So how can I pass parameter from the parent to child using data-sly-resource.Or Is there any other way for that.Please share your response.@arunpatidar Thanks
Hi, I have created a dialog for a component which extends the carousel core component and I have a condition wherein I have to add minimum 2 items into the childreneditor for the dialog to accept the inputs. The dialog XML is attached. <?xml version="1.0" encoding="UTF-8"?> <jcr:root xmlns:sling="...
Hi Team, I wanted to insert values in i18n label, which I am using in the HTML code: The label should be : String <<DATE>> String <<PRICE>> EUR here, date and Price are something, I wanted to use dynamically and wanted to populate in the i18n label. I had gone through the documentation but didn't ...
Good morning all, Apologies if this is a dumb question, I am new to AEM. Using AEM 6.5 I have set up a SAML Authn implementation using Okta, adding some OSGi, and extending the AuthenticationInfoPostProcessor, all of that appears to be working just fine. I have a site, with just a single protected...
Hi All, I have Chinese content in node property. When I am reading this content using node.getProperty("text").getString() or ValueMap.get("text").toString() Both these methods are returning non readable characters sequence like ?????? Could anyone help how to read Chine text in AEM. Howeve...
As soon as we upload the asset(image, doc etc) in aem dam we observed that asset uploaded in /content/dam folder gets published. INFO - Successfully applied package with id xxxxx. , type ADD, paths[" /content/dam/<path>"] This is AEMAACS 2022.9.8722.20220912T101352Z Does anyone encounter this issue?...
I have multiple local installations for AEM and am trying to find which folder is mapped to my current AEM instance. How can you tell? The reason for this is I need to update a version number in one of the pom.xml files, so I have to find the correct core\pom.xml file. com.adobe.cq.wcm.core.compo...
I am using adobe.acs.commons.wcm.impl.RobotsServlet to create robots.txt file which is having sitemap, allow and disallow URLs. I want to externalize the urls using externalizer.domain but this is only getting applied to sitemap directives. Is there a way to add domain to allow and disallow directiv...