Hi,I am trying to set some value in request scope and fetch the same in HTL, it is not working, Not sure if this is doable in HTL without using Use API or backend changes.product.jsp:<%@include file="/libs/foundation/global.jsp" %><%boolean isActive = false;%><c:set var="productStatus" value="<%=isA...
Hi, I have a component with has a parsys inside it.Now on breaking the inheritance on a page for this component works flawlessly as expected. Now for a different requirement i am provided a path, but i need to check if the provided path's inheritance is broken or on. How to achieve that?FYI: I have...
I'm trying to create a modal component for my page in AEM. Everything works great. The modal js builds the code in the DOM at the bottom of the page as a direct child of the <body>. Normally with heights at 100% I can position the modal in the middle of the screen, however, the source code of AEM sh...
Hi, 1. Creating custom component as ("section component") and adding text field ("sectionText") using data-sly-resource2. Adding this component to editable template,3. Creating a page using this template, but while editing any content into "sectionText", it is getting stored into template level, not...
Hello Team,We are in the process of integrating Adobe Experience Manager(AEM) and Adobe Target. I understand we have different ways of achieving it (with Launch or without Launch). But I got some basic questions on how to go about purchasing the License for Adobe Target. We are one big global team o...
Hi All,I am facing an issue while making a connection for AEM and Salesforce. I have done it successfully on my Author instance using the doc mentioned by Adobe by using Cloud Configuration of AEM Salesforce connector.But for publisher it throws ‘Error getting Access token’ as publisher is not a pub...
Hello All,We need to provide an option from UI for the business to manage the scheduled jobs.Users should be able to see the scheduled jobs, reschedule, and cancel the jobs.I am using the Scheduler class to schedule the jobs.ScheduleOptions options = scheduler.EXPR("0 55 16 * * ?");options.canRunCon...
Hey All, So I am trying to figure out the best solution to a problem I have. Here is the problem: I have a page called product-page.sku1.html (this is a page that has a selector). It has a product details component with a model that pulls images from both magento and the dam. Out of box caches that ...
All, I have a problem statement where webhe have supposed to show ® as superscript.But this has not been aded by content author so now am trying to update dynamically . Is there any suggested approach