Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 2/6/23
    We have a site in which users can upload assets to the DAM. On this site, we would like for the user to be able to enter in a search term and be shown assets that are related to that search term. Is there an aspect of Adobe Experience Manager that can help with this? So far, I have only been able to...

    Views

    1.1K

    Likes

    0

    Replies

    3
  • 2/6/23
    What is the proper way to unit test QueryBuilder and Query?  Can I feed in mock data to the AemContext and have QueryBuilder execute against it?   Are there any examples or best practices that can be followed?

    Views

    1.5K

    Likes

    0

    Replies

    3
  • 2/6/23
    Steps: Go to https://{author-env}.adobeaemcloud.com/sites.html/contentFrom top right corner select references from the dropdown.Now select checkbox of the hierarchy/page for which you want to see the live copies. Eg:/sites.html/content/{project-name}/us/en/pageOnce you select any page you will see l...

    Views

    1.2K

    Likes

    0

    Replies

    4
  • 2/6/23
    As per the documentation, I've added both /conf/global and /content/projects - jcr:all permissions to the content-authors group but that functionality(Language Copy) isn’t visible. Reference: https://experienceleague.adobe.com/docs/experience-manager-65/administering/introduction/aem-faqs.html?lang=...

    Views

    811

    Like

    1

    Replies

    2
  • 2/6/23
     I need to call Rest service from my Java backend , the issue is that i need to supply Certificate for the calls . i could not find any articles "how to" regarding aem as cloud 1 - where so i store the certificates on the cloud ? https://experienceleague.adobe.com/docs/experience-manager-cloud-servi...

    Views

    2.8K

    Like

    1

    Replies

    5
  • 2/5/23
    Hi, I am trying to implement show hide on dropdown which is present inside the multifield. I have Option1 (Enables 2 text field both required), Option 2 (Enables 1 Text Field required), Both (Enables 3 textfield which all required).   I tried these js, but field which are required need an entry even...

    Views

    976

    Likes

    0

    Replies

    3
  • 2/5/23
    Hi all, I am using image v3 component (aem core components v2.19.2) and created a custom image component based on the same. The OOTB AdaptiveImageServlet is loading the image renditions in the below URL format,    Author: /content/<project_path>/<page_path>/<component_path>/<component_name>.coreimg....

    Views

    1.7K

    Likes

    0

    Replies

    5
  • 2/4/23
    Junit class  @BeforeEachvoid setUp() throws Exception { MockitoAnnotations.initMocks(this); context.load().json("/pdf.json", "/content/dam"); context.currentResource("/content/dam"); AssetManager assetManager =context.resourceResolver().adaptTo(AssetManager.class); Asset asset=contex...

    Views

    1.1K

    Likes

    0

    Replies

    2
  • 2/4/23
    Here is my Java class I wanted write Junit test cases for this class basically this servlet will return last modified date Error i am getting Null pointer on  Asset asset = assetManager.getAsset(pdfUrl); package com.aem.geeks.core.servlets;import javax.servlet.Servlet;import javax.servlet.ServletEx...

    Views

    741

    Likes

    0

    Replies

    1
  • 2/4/23
    I was trying to create a XF . Created XF template type by copying the wknd's XF template type.  But when I'm trying to create XF template using the created template type, I found a strange situation. All the .hidden group components are not present in the allowed components list. But I need those co...

    Views

    1.9K

    Likes

    0

    Replies

    3