Expand my Community achievements bar.

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

  • 3/7/24
    Hello All,I have added smart tag step to the OOTB Update asset workflow. Now , how do i check in this code into codebase. I mean what are all the places i need to add /conf and /var ?

    Views

    108

    Likes

    0

    Replies

    1
  • 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

    217

    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

    467

    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

    112

    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

    186

    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

    204

    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

    238

    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

    124

    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

    265

    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

    271

    Likes

    0

    Replies

    5