I have a case where I need to read URL's and dynamically redirect to the right product listing page. i.e. When hitting a product detail page, if the current product is out of stock, I want to handle logic and redirect to a product listing page that displays products within the same category. What is...
I'm trying to follow this example from Adobe in a different way as mentioned below....https://experienceleague.adobe.com/docs/experience-manager-65/developing/platform/access-jcr.html?lang=enMY Code: public class CreatingJcrNodes { public static void main(String[] args) throws Exception { try { //Cr...
Hi , I have requirement to call inline script into text area and I have added in sightly like ${properties.textarea @CONTEXT='unsafe'} but as you know Unsafe disabled the XSS protection.does any one know other way to do it. Kr,Sanjay
Hello Everyone, Hi, I am trying to use the acs commons multifield into the page properties in AEM 6.5 and it does not work (JSON_STORE). When I add value in title, path field it works and also reflect at preview mode, but when I add values in multifield component, the values does not reflect at pre...
Hi All, We are planning add structured data on AEM pages and exploring options in AEM as well as looking for best practices to implement in AEM. Please provide your inputs.
Hi, I have a situation where my code is relying on some of the ids and attributes which are getting added on the Coral component.The Moment when Coral.commons.ready is triggerred the DOM looks like this:<coral-panel class="_coral-Panel" role="region"> After I remove my breakpoint from code, I see ot...