Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 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

    527

    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

    505

    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.0K

    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

    652

    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.4K

    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

    661

    Likes

    0

    Replies

    1
  • 3/2/23
    Hi All,  What would be the recommended approach for adding a new module for AEM Guides in existing AEMaaCS project structure based on Archtype 23.  shoule we create a module or create a separate project or any other approch. Can someone please share pros and cons of both the approaches?   TIA  

    Views

    1.5K

    Likes

    0

    Replies

    3
  • 3/2/23
    Hi Team,   Our AEM Author and Publish instance is allowing OPTIONS method calls and we need to disable that. Can you please help with this, repeating we need to disable on Author and Publish Instance, we already did it with the dispatcher, but couldn't find any way to disable it on instances (Publis...

    Views

    1.0K

    Likes

    0

    Replies

    3
  • 3/2/23
    Hi all, Everyt ime I build my test project (AEM WKND) the pages I create below /content/wknd/language-masters/en are deleted, I also checked the file src/main/content/META-INF/vault/filter.xml but to me everything seems as it should, can anyone help me?   <?xml version="1.0" encoding="UTF-8"?><work...

    Views

    649

    Likes

    0

    Replies

    2