Expand my Community achievements bar.

Enhance your AEM Assets & Boost Your Development: [AEM Gems | June 19, 2024] Improving the Developer Experience with New APIs and Events
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 2/20/23
    Dear community,   I use the code (in WorkflowProcess) below to write a value on the workflow instance. if (!filePath.isBlank()) { workItem.getWorkflowData().getMetaDataMap().put("filePath", filePath); } It seems that the permission of previous participant matters here. If I use admin on previous...

    Views

    542

    Likes

    0

    Replies

    4
  • 2/20/23
    Hi All,   We have a requirement to support multiple different domains that will be consuming content from AEM using GraphQL APIs.   The problem that we are facing is that the response is caching the "Access-Control-Allow-Origin" headers which is causing the below scenario.   Suppose, I hit the AEM G...

    Views

    317

    Likes

    0

    Replies

    1
  • 2/20/23
    Hello everyone ! We were trying to implement AEM SPA using react and consuming the model.json generated to display the data to another applications. While consuming the model.json there are some json data being coming up from the page level , which we need to trim and display only the components aut...

    Views

    466

    Likes

    0

    Replies

    1
  • 2/19/23
    Hi all, I added the custom styles plugin in rte , but whatever selected styles for content is not shown in dropdown everytime new styles getting added , is there any way to remove the existing styles and then add the new one. Can you please check this. Quick support is appreciated.   Thank You. Goo...

    Views

    347

    Likes

    0

    Replies

    1
  • 2/19/23
    Compilation errors in org/apache/sling/scripting/sightly/apps/core/wcm/components/commons/editor/dialog/inherited/v1/inherited/render_html.java: Line 39, column 2543 : com.adobe.cq.wcm.core.components.commons.editor.dialog.inherited.InheritedField cannot be resolved to a type Cannot serve request to...

    Views

    808

    Likes

    0

    Replies

    2
  • 2/19/23
    Hi all, I am working in a project where I need to integrate payment gateway, for the same I require to use Spring framework. I am new to Spring framework of Java. And would like to know how to work with Spring in AEM 6.5.   Is there any dependency I need to add in the POM?   Thank you.

    Views

    1.1K

    Likes

    0

    Replies

    2
  • 2/19/23
    I have to display the navigation items based on user entity tags. So i have decided to extend the Core component Navigation model and  filter those results.  But i get this error with the core Navigation component. I believe the error is in the below line data-sly-test.hascontent="${navigation.items...

    Views

    597

    Likes

    0

    Replies

    4
  • 2/18/23
    Hi All, I an novice in AEM and recently have gotten a use case to do gated AEM assets (images, pdf & etc) for external users that do not sits in AEM's user/group, I've studied the CUG authentication features from a few Internet sources, I notice the authentication is mainly performed against the OOT...

    Views

    776

    Likes

    0

    Replies

    2
  • Has Solution
    SPA
    2/18/23
    Hi All,   I got a question in AD0-E116 exam regarding SPA with AEM. Question was how two SPA components with communication with each other being on the same SPA page. Options were like using sling models or javasript code. I dont remember the exact options.   Can anyone help with the topic.   Thanks...

    Views

    416

    Likes

    0

    Replies

    2
  • 2/17/23
    Hello there, I'm actually creating users via UserManager's API and when I create them i set user.disable() (from User's interface). Why isn't there a method that does the opposite? I want to enable the disabled user, what should I do? Is it possible that no one ever thought to make a enable method?

    Views

    843

    Likes

    0

    Replies

    3