Hi Team, When we publish an HTML or JSON Offer to Adobe Target for SPA website then we could not make any changes to the published offer in AEM. We need to create new one and publish new one. Then we have to deactivate or edit the activity to use the new XF. so wanted to ask if there is approach...
AEMaaCS / 6.5 using the core components. I have a path to a DAM asset, like: /content/dam/mysite/carousel/images/API-2020x512.png I want to render either apps/mysite/components/images or core/wcm/components/image/v3/image. How do I do this in sightly? I tried something like this, which resul...
Hi everyone. Is there a way to use Sites without having the Assets on AEM? For example, if a client wants to use Sites to manage the content but have all the Assets in it's own AWS Cloud. Thanks.
Hi Team, I have written jUnit test cases for custom teaser component which extends the core Teaser component using the Delegation Pattern for Sling Models using "@Self @Via(type=ResourceSuperType.class) as specified here: https://github.com/adobe/aem-core-wcm-components/wiki/Delegation-Pattern-f...
I have been using AEM as a Cloud Service. In that I have created few custom components. Then, I have implemented the Language copy for my site. But the custom components which I have created, their data on frontend is not being translated. Is there a way through which I can achieve translation for c...
Hi, In our project we have "n" number of nodes which does not have sling:resourceType and it's caussing below error in logs.org.apache.sling.servlets.get.impl.DefaultGetServlet No renderer for extension html, cannot render resource JcrNodeResource, type=nt:unstructured, superType=null. Please sugges...
I've created a formset from combining a few xml forms all with multiple pages. I'd like the page numbers on the forms to be continuos across the formset instead of 1-x in form one and then 1-x in form 2 etc. I'm unable to find any documentation on how to accomplish this. Has anyone been successful?
I am trying to upload a PDF with an image on the cover but for some reason when it hits the AEM my thumbnail does not render properly. I have no knowledge about AEM so I would like to know if I am doing anything wrong?Note: my images are rastered, only 161 kb in size, and set up as RGB for digital.
Hi, I need to find all components of a certain type on the current page in AEM? I tried to do it using ComponentManager componentManager = request.adaptTo(ComponentManager.class);Collection<Component> components = componentManager.getComponents(); but my componentManager is null?
Hello guys, I'm trying to create a checkbox on a dialog through its clientLib's javascript file.i tried using (function (document, $) { "use strict"; $(document).on("dialog-ready", () => { var checkbox = new Coral.Checkbox().set({ label: { innerHTML: ...