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

  • 5/9/21
    Hi, I have a component which I am including in base page body. In sling model of the component, how can I get if the current page is Home page or not. Thanks

    Views

    653

    Likes

    0

    Replies

    2
  • 5/9/21
    Hey guys, we have implemented password expiry feature for users at config level. But we need to bypass the expiry feature for a specific set of users so that for those set of users the passwords are never expired. Is there any way to implement this?

    Views

    542

    Likes

    0

    Replies

    1
  • 5/9/21
    Hello i am trying to follow the wknd tutorial on my aem local instance. I am trying to drag and drop the HelloWorld component on my page but i get the below error.I get the below error in my bundle when i checked, i dont know what how to fix this dependency. This is what it shows in depfinder   

    Views

    1.5K

    Likes

    0

    Replies

    7
  • 5/8/21
    Hey guys, hope you doing fine. I am facing a problem with getting the currentPage in a component in AEM 6.5 with SPA. I am trying to get the current page inside of a model that is mapped to a component that is locked  in a template, I think if I had the component unlocked the code to get the current...

    Views

    3.5K

    Likes

    0

    Replies

    6
  • 5/7/21
    In the List component which we have customized, we have this resource call to bring in the image from an article page that has been built using layout containers: <sly data-sly-resource="${item.path @ appendPath='/_jcr_content/root/responsivegrid/responsivegrid/image', resourceType='cfin/components/...

    Views

    1.1K

    Likes

    0

    Replies

    3
  • 5/7/21
    Hi All, As AEM as a Cloud Service is based on Sling Content Distribution mechanism, are there any references on how to create a custom event handler that can capture the content distribution event and whether it was an ADD or a DELETE that was triggered? I am going through the sling documentation bu...

    Views

    2.3K

    Likes

    0

    Replies

    2
  • 5/7/21
    Hi Team,We need to do customization out of box JSON response of an AEM Page.http://localhost:4502/content/wknd/language-masters/en/magazine/jcr:content.-1.tidy.infinity.json How to can achieve the above JSON format by using a custom service? bsloki.   Jörg_Hoh   Sham_HC jbrar.  Opkar_Gill  @arunpati...

    Views

    1.1K

    Likes

    0

    Replies

    4
  • 5/7/21
    Trying to get MOCK session object in workflow process class to satisfy below statement, but getting null value for jcrSession.Session jcrSession = workflowSession.adaptTo(Session.class);Code Snippet from Junit class==================================public final AemContext context = new AemContext();...

    Views

    1.1K

    Likes

    0

    Replies

    2
  • 5/7/21
    Hi All, I am using felix scr annotations. Sling servlet working fine for xml extension but not for txt extension. Attaching servlet code for reference@service()@SlingServlet(resourceTypes = "/apps/test/components/page/blankpage",selectors = "301",extensions = "txt",methods = "GET",metatype =true)pub...

    Views

    1.9K

    Likes

    0

    Replies

    8
  • 5/7/21
    In order to create a cors entry, we created a file:  /myapp.ui.config/src/main/content/jcr_root/apps/myapp/osgiconfig/config.author.dev/com.adobe.granite.cors.impl.CORSPolicyImpl-myapp.cfg.json  When we deploy the project to the local author instance using mvn clean install -PautoInstallSinglePackag...

    Views

    2.4K

    Likes

    0

    Replies

    10