Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 7/25/23
    hi all, need little help with this issue - my sling servlet is working correctly on local but throwing blocked error on rde.my local is also an SDK with same version as rde hence should not have been an issue. my sling servlet is capturing data from couple of fields and sending it to servlet.the aja...

    Views

    955

    Likes

    0

    Replies

    11
  • 7/25/23
    Is there any way to query on the current node as well as its descendant nodes based on the below query? I also want to check whether the current node has [jcr:content/cq:lastReplicationAction] = 'Activate'SELECT DISTINCT page.[jcr:path] FROM [cq:Page] AS page WHERE ISDESCENDANTNODE(page, '/content/'...

    Views

    426

    Likes

    0

    Replies

    3
  • 7/25/23
    Hi all, My team is trying to move a large amount of creative assets from Box.com storage to AEM. However we have found that manually moving them is far too time consuming and the files are often too large. Does anyone know of a plug in or alternative option to assist with this migration of assets? T...

    Views

    989

    Likes

    0

    Replies

    5
  • 7/25/23
    I created a Sling Model class for my component to get the root page and access all the child pages of that root page. Then how to do a unit testing for my sling model by using Junit5 and AEM Mocks.      

    Views

    1.9K

    Likes

    0

    Replies

    2
  • 7/25/23
    I am in the process of updating the file structure on our 6.5 DAM. When I've moved a folder of assets to a new place in the DAM, the links to those assets from published pages get broken. Is there a way to move the assets and get the published pages to refer to the new location? I'm open to all idea...

    Views

    378

    Likes

    0

    Replies

    2
  • 7/25/23
    I want to  share the URL of aem site page on social media, such as Facebook, LinkedIn, Twitter, etc. It should be display as  thumbnail image, title and description?. Is it possible.  

    Views

    1.4K

    Likes

    0

    Replies

    3
  • 7/25/23
    Hi,I have a query which returns the dam:Asset nodes. However, I have to add a clause to filter out further based on the property in 2nd level of parent node (sling:Folder)Present Query looks like this: SELECT PATH FROM [dam:Asset] AS a WHERE ISDESCENDANTNODE(a,[/content/dam/my-org/testdev25ex])The r...

    Views

    391

    Likes

    0

    Replies

    2
  • 7/25/23
    After selecting the "Hide in Navigation" this page "Our Stories" is still appearing in the navigation. What changes I need to do in my code??Here is my backend HTL code: <div class="cmp-secondary-navigation" data-component="secondaryNavigation"><nav class="cmp-secondary-navigation__body"><ul class="...

    Views

    907

    Likes

    0

    Replies

    3
  • 7/25/23
    We have a requirement to internally redirect, so when an users access the old page hierarchy they view data a new page hierarchy in the SPA. This would ensure that the Old URLs does not need to be updated with the new page URLs and continue using Old URLs. In traditional AEM implementations, we achi...

    Views

    357

    Likes

    0

    Replies

    1
  • 7/25/23
    I have created a "Secondary Navigation" component and while creating backend HTL for this, I'm unable to achieve the desired output. As I want it to take the "Navigation Root" path, whatever path has been provided instead of "currentPage" and iterate in that path to provide the child pages of the pa...

    Views

    362

    Likes

    0

    Replies

    2