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

  • 3/30/23
    We are embedded a form onto a Sites webpage. When we run our accessibility test, it is coming up with an issue that the iframe for the form does not have an aria label for screen readers. Is there a way to add an aria-label to the iframe? Any suggestions? Thanks.

    Views

    690

    Likes

    0

    Replies

    1
  • 3/30/23
    I am trying to create custom SPA core page model json which implements Page. In that model class, ":children" creation code causing bundle issue.without this function, page.model.json works fine @notnull@Overridepublic Map<String, ? extends Page> getExportedChildren() {if (descendedPageModels == nul...

    Views

    863

    Likes

    0

    Replies

    2
  • 3/30/23
    We are making a static website with HTML, CSS, Bootstrap and javascripts. Later we have to move this static site to AEM. we are asking that will it be as simple as we do it in WordPress or Drupal where you easily move a static site to CMS? Or no, in such CMS it will be very different. What considera...

    Views

    617

    Likes

    0

    Replies

    1
  • 3/30/23
    I'm building a service in AEM that uses a system user to perform certain tasks. Currently, when I develop the service locally, I create the system user (following this LINK) and config everything manually. However, I want to automate this process during deployment using a CI/CD pipeline. What is the...

    Views

    912

    Likes

    0

    Replies

    4
  • 3/29/23
    Dear community, I have a " forget password " use case which introduce in system user to initiate resetting password before authentication. The code snippet is like:     Map<String, Object> serviceParams = new HashMap<String, Object>(); serviceParams.put(ResourceResolverFactory.SUBSERVICE, "system-us...

    Views

    705

    Likes

    0

    Replies

    2
  • 3/29/23
    I am working in one of the requirement where I need to create the page JSON form the all available components on the page . I tried to create the workflow process in the custom process I tried to get the all the current page's components but I am not able to get the all the component nodes and also ...

    Views

    2.1K

    Likes

    0

    Replies

    5
  • 3/29/23
    Hi All,   any direction how to update existing Adobe AEM Cloud as service Author, Publish service instance domain name to custom domain and what will be process for    SSL certificate provisioning and configuring for each instance in each environment.   Please provider any direction here .   Thank y...

    Views

    1.2K

    Likes

    0

    Replies

    3
  • 3/29/23
    From sling filter, in case of an error we are trying to send back the response code to the browser using SlingHttpServletResponse setStatus method and then forward to error page using RequestDispatcher. Please see the code below for the same - slingResponse.setStatus(errorCode); RequestDispatcher di...

    Views

    747

    Likes

    0

    Replies

    1
  • 3/29/23
    Hi all, I have a quick questions regarding this api https://experienceleague.adobe.com/docs/experience-manager-65/assets/extending/mac-api-assets.html?lang=en#retrieve-a-folder-listing   What's the limit of folders sent by the API when making the call? Is there pagination? I can't find this on the d...

    Views

    755

    Likes

    0

    Replies

    3
  • 3/29/23
              In Connected Assets, I am able to drag and drop an image from the remote DAM using the features, and it caches a local copy of the image in the local site. However, I am unable to add those remote DAM assets into a custom component.           When I drag and drop the image into the custom ...

    Views

    979

    Likes

    0

    Replies

    3