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

    177

    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

    240

    Likes

    0

    Replies

    5
  • 3/7/24
    AEM ver: 6.5.15.0 (on premise)Trying to generate pdf from HTML using Flying-Saucer libraryI have added the following Dependencies in my POM file:<dependency> <groupId>org.xhtmlrenderer</groupId> <artifactId>flying-saucer-core</artifactId> <version>9.3.1</version> ...

    Views

    265

    Likes

    0

    Replies

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

    83

    Likes

    0

    Replies

    1
  • 3/6/24
    Hi Team,we were working on enabling acs-commons QR code, to view the domain url publish page. localhost: The code was showing in my local when i enable this feature, same on AEMasCS environment its was not working. Kindly please suggest 

    Views

    157

    Likes

    2

    Replies

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

    150

    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

    145

    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

    183

    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

    101

    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

    168

    Likes

    0

    Replies

    5