Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 4/1/24
    Hello Community Members, We are facing a tricky issue with respect to the loading time of Dynamic Media images through Scene7 URLs. When we open the pages in browser, these images load from Scene7 CDN perfectly fine, most of times in less than a second. However, Google Page Speed is always reporting...

    Views

    1.2K

    Like

    1

    Replies

    4
  • 3/31/24
    Hello Everyone, I can display child pages title using the below Sightly code. <ul data-sly-list="${currentPage.listChildren}"> <li>${item.title}</li> </ul>Is it possible to list the Navigation title of child pages using Sightly? Tried below logic, But no luck <ul data-sly-list="${currentPage.li...

    Views

    727

    Likes

    0

    Replies

    4
  • 3/31/24
    Hi, would like to ask how can I get the all the versions of the page. I've tried the following codeResourceResolver rr = currentResource.getResourceResolver();PageManager pageManager = rr.adaptTo(PageManager.class);Page page = pageManager.getPage(currentResource.getPath());Session session = rr.adapt...

    Views

    1.1K

    Likes

    0

    Replies

    6
  • 3/31/24
    Hi  All,How can I get a Developer or evaluation license for AEM? TIA.

    Views

    719

    Likes

    0

    Replies

    1
  • 3/30/24
    My Aem licence is license.product.version=6.2.0 MY java version is "java 11.0.21 2023-10-17 LTSJava(TM) SE Runtime Environment 18.9 (build 11.0.21+9-LTS-193)Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.21+9-LTS-193, mixed mode)"When i try to launch aem in cmd(run as administrator) with this co...

    Views

    412

    Like

    1

    Replies

    2
  • 3/30/24
    Hi All,I am having a requirement where I need to change the tags or resource path that's in Sling Model depending on the option selected by user on page.There's already one default tag or resource path in my Sling Model with logic on it & used on page to display.  Now, I want to change this by givin...

    Views

    1.1K

    Likes

    0

    Replies

    9
  • 3/29/24
    I am using queryBuilder in AEM 6.5 - I need to query web pages AND PDF files for the search term and order the results so that the pages and pdf files are all listed together ordered by relevance. But all I can get is the results grouped by type.As for relevance - everything seems to have a score of...

    Views

    793

    Likes

    0

    Replies

    3
  • 3/29/24
    I am looking for any AEM conferences for 2024 

    Views

    582

    Likes

    0

    Replies

    2
  • 3/29/24
    Hi All,We are using content fragments in our components using asset api. We are directly calling the asset api URL from frontend to get the json for the content fragments. We are trying to cache this json coming from the asset api. 1. We are unable to cache this json in dispatcher as we were receivi...

    Views

    729

    Likes

    0

    Replies

    3
  • 3/29/24
    Hi Community I have a requirement where when i select multiple assets and publish them , once all images got published i need to hit and external api and update the DBSo how can i check if all selected assets published and get list of the assets ?? Please help

    Views

    566

    Likes

    0

    Replies

    4