Expand my Community achievements bar.

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

  • 4/1/24
    Hi, We have a use-case in a component, where we're using nested experience fragments on a page and when I try to get the current page path in a component (nested inside the innermost XF), the get the path of it's parent XF.  For example, we have two XFs - Child XF (/content/experience-fragment/proje...

    Views

    310

    Likes

    0

    Replies

    4
  • 4/1/24
    I am using resourcechange listener to identify the changes in multiple paths. Once the listener identify change from the given path I am triggering an e-mail. Till here it is fine. Resource change listener paths: I have configured locale paths in config manager like ex: /content/en_usd/testpage./Con...

    Views

    333

    Likes

    0

    Replies

    3
  • 4/1/24
    Hi, I have developed a SDI component that I don´t want to be cached. I already implemented the osgi configuration, the dependencies in the pom and the dispatcher configuration in the vhost file, and my componente is already rendered using sdi feature. The problem is that the component is always stor...

    Views

    285

    Likes

    0

    Replies

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

    449

    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

    337

    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

    506

    Likes

    0

    Replies

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

    Views

    289

    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

    268

    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

    649

    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

    502

    Likes

    0

    Replies

    3