I have an HTL template that contains a handlebars template (<script id="topic-header-base" type="text/x-handlebars-template">).My problem is that displaying the value of an HTL variable inside a handlebars templates gives me blank. It seems to be the HTL inside the template is ignored.In my code bel...
Hi All,We are working on implementing a login functionality and trying to integrate with Azure B2C. We are on AEM as a Cloud Service. Any guidance on the integration would really help us. Thank you
Hi, I was trying to follow this tutorial. When try starting the local react app "npm start" local react instance throws the below error. Any idea how to get it working?FYI, I am logged into my local instance of AEM and it's up and running.
How can I dynamically assign iteration values to a list? I would like to use parameter values sent in from the URL to iterate specific parts of a list of articles. This is the code I am working with -- and it is return the error below the code: "<sly data-sly-set.listStart="${request.parameterMap.s...
Hello All,We know that binding variables like session - javax.jcr.SessionresourceResolver - org.apache.sling.api.resource.ResourceResolver are available for use in groovy scripts.We can use this JCR session to execute SQL queries, update node properties. But, we are not closing JCR Session and Resou...
Hi there, Newbie here. Does anyone know of a good working example of a workflow step written in Ecma Script? Also, looking for some step-by-step or best practices in building workflow step using Ecma Script. Thanks,-Leo
We are using ACS commons EmailService to send emails from the AEM. Till now we are using Adobe SMTP server and now we are working on upgrading it to the our company SMTP server. But we are using office 365(Cloud version). We updated Day CQ Mail Services with cloud account details (host : smtp.office...
while authoring a page for a custom Form option component which is pointing to Core Form Option, we need to author multiple Radio buttons in it.Like authoring Radiobutton1 and Radiobutton2, but while authoring this we have selected checkbox, and if we have more than one radio button then also we are...