Hi All, Is there any way to dynamically display one Experience Fragment component from /content/experience-fragments based on the results we get by running a query?Example: The query result gives fragment path :/content/experience-fragments/test-xf In the below screenshot , instead of choosing an XF...
I created a email campaign in Adobe campaign V6 & a News letter in AEM. I want to preview recipient data in AEM using context hub component. Some how recipient data is not populating with seed profile data. While debugging I found below line of code. template: <p class="contexthub-module-line1">{{i...
Wanted to read jcr and available to all the components. Is there an object like aemcontext or server context? I wanted to store the data until the server is down/restarted.In Java sever side, servletxcontext can hold the data and available to all the servlets with access to servletcontext.I tried th...
Hello all, trying to build my project and getting below error in my OSGi after deploying it as a bundle... (Project created by archetype 23).. I am seeing below error:org.apache.sling.api.servlets,version=[2.3,3) -- Cannot be resolvedI have this dependency added in my POM <dependency> <groupId>o...
Currently we are experimenting a Jamstack approach for developing our websites with utilising headless possibliities of AEM.To achieve good scalability, we prefer developing user interfaces "outisde" AEM and will use AEM as a content store so that we can use Access, Permissions and workflows within ...
I have 2 use cases:1. Programmatically create copy of existing Editable Template and its policies2. Programmatically generate new Editable Template based on Template Type. Could you please suggest which APIs/classes can be used to achieve this. I looked into TemplateManager but it does not seem to b...
Hi,I am supposed to migrate groups with permissions from one AEM instance to another. Are there any other tested alternatives for the same apart from ACS ACL Packager? The ACS tool does not seem effective and seems to be missing out a few permissions on the destination AEM instance. Please note that...
I am doing a documentation about Adobe Experience Manager and I want it to be public on Github, but I don't know if this is possible because of the privative software. Can I upload it? If so, do I need a special license? Thanks!
Scenario : I am passing a huge chunk of data using "data-props" property to a react component.the json data passed to the component consists of 1000+ lines of code.Eg : <div data-component="myComponent" class='react-mini-app' data-application-name='AppName' data-props={"key1": "${properties.value3...
Hi, in my project we have components with rich text including href links, I am trying to do a search to find links going to a certain locale but it appears as though the slash character causes /jcr:root//*[jcr:contains(., 'en/register')] order by @jcr:score This turns up results containing register ...