Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 3/7/24
    Hello Experts, I m planning to develop a content recommendations component. My requirement is to customize the existing component so that it populates recommendation article cards using the tags property associated with the page's properties.Appreciate if I get any guidance on how.

    Views

    304

    Likes

    0

    Replies

    2
  • 3/7/24
    Hello Team,The below code works fine which displays two records .<div data-sly-list="${myModel.dummyObj @ begin = 0, end = 1}">                <a href="${item.pageURL}">${item.pageTitle}</a></div> but this code is not working to display one record<div data-sly-list="${myModel.dummyObj @ begin = 0, e...

    Views

    1.2K

    Likes

    0

    Replies

    5
  • 3/7/24
    Hi,  Can anyone share what is the use of  /oak:index/principalLucene index.Please provide the information if possible share some document.  

    Views

    200

    Likes

    0

    Replies

    1
  • 3/6/24
    Hello All, I have a question related to bundle resolution. Consider we have 10 different AEM projects which has the core module present in all the projects which needs to be installed in the AEM instance via CI/CD pipeline. There are some core modules let’s say core module 1, 3 & 5 are the primary m...

    Views

    309

    Likes

    0

    Replies

    2
  • 3/6/24
    Hi Team, I am using AEM cloud where I want to create dynamic renditions for EPS files and the Adobe docs suggests me below steps but I am not able to edit the DAM Update Asset workflowhttps://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/assets/dynamicmedia/managing-image-...

    Views

    391

    Likes

    0

    Replies

    4
  • 3/6/24
    Hello. We are in aem in the cloud.We are trying to upload assets with aio-cli.We have created an uploaduser user in AEM, we have included him in the dam-users group, we have also tried to give jcr:all permissions on the content/dam folder.We are running this command:aio-aem aem:upload -h https://aut...

    Views

    412

    Likes

    0

    Replies

    5
  • 3/6/24
    I am trying to fetch privileges for a group using JackrabbitAccessControlManager API. It works fine in local and other instances but does not result in one of the instances. Below is the code snippet i am using,JackrabbitAccessControlManager acm = (JackrabbitAccessControlManager) adminSession.getAcc...

    Views

    174

    Likes

    0

    Replies

    1
  • 3/5/24
    I am using an RTE inside the coral multifield dialog. Foundation.js is throwing this error "The field doesn't support FoundationField#setName" While trying to add a multifield. This is causing issue while saving the dialog. Values are not getting stored inside component nodes properly. I have added ...

    Views

    487

    Likes

    0

    Replies

    5
  • 3/5/24
    Tried with below approach getting errors not able to proceed furtherGet method from Servlet: protected void doGet(SlingHttpServletRequest request, SlingHttpServletResponse response)throws ServletException, IOException { ResourceResolver resourceResolver = request.getResourceResolver();TagManager tag...

    Views

    457

    Likes

    0

    Replies

    5
  • 3/5/24
    Hello, I'm starting my journey, so I don't know much about AEM. I'm trying to setup the local environment to run some tutorials on Windows 11. Following the installation guide at https://experienceleague.adobe.com/docs/experience-manager-learn/cloud-service/local-development-environment-set-up/dispa...

    Views

    1.0K

    Likes

    0

    Replies

    10