Expand my Community achievements bar.

Introducing Adobe LLM Optimizer: Own your brand’s presence in AI-Powered search and discovery
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 3/3/23
    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...

    Views

    1.2K

    Likes

    0

    Replies

    4
  • 3/3/23
    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...

    Views

    1.1K

    Likes

    0

    Replies

    2
  • 3/2/23
    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...

    Views

    5.9K

    Likes

    0

    Replies

    11
  • 3/2/23
    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?

    Views

    552

    Likes

    0

    Replies

    2
  • 3/2/23
    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.

    Views

    547

    Likes

    0

    Replies

    1
  • 3/2/23
    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?   

    Views

    4.2K

    Likes

    0

    Replies

    7
  • 3/2/23
    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: ...

    Views

    712

    Likes

    0

    Replies

    2
  • 3/2/23
    RTE is not able to render the same HTML as added in RTE.  In xssProtection config To resolve this I have added <regexp name="telListing" value="tel:\+[0-9]+"/> <attribute name="href"> <regexp-list> <regexp name="telListing"/> </regexp-list> </attribute>   it is accepting <a href="tel:1...

    Views

    2.6K

    Likes

    0

    Replies

    4
  • 3/2/23
    Hi all,   I am working on AEMaaCS and need to make some changes to the page component. Basically I have to add some html structure to the footer section of the page component. My proxy page component is referring to the v3 of Page component. As per my understanding, following code in footer.html is ...

    Views

    1.1K

    Likes

    0

    Replies

    3
  • 3/2/23
    When updating Dynamic Media Image Profiles, is there a way to update them on images already on the AEM DAM?

    Views

    690

    Likes

    0

    Replies

    1