Expand my Community achievements bar.

Nomination window for the Adobe Community Advisor Program, Class of 2025, is now open!
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 12/30/24
    I am trying to use AWS SDK Java 2.0 for S3 file read inside AEM servlet. I am using embed-dependency concept of maven-bundle-plugin. Able to read S3 file with the below three AWS dependencies in standalone maven project. However it is throwing lot of dependency issues while using with AEM. Has anyon...

    Views

    296

    Likes

    0

    Replies

    2
  • 12/30/24
    Hello All, Using metadata schema editor in Tools -> Assets -> Metadata Schemas. We have made title and description as required fields. Applied this schema to folder and uploaded image. It doesn't show "REQUIRED METADATA MISSING" alert in List and Column View but we see the alert only in Card and Ins...

    Views

    417

    Like

    1

    Replies

    9
  • 12/29/24
     Hi everyone, We recently upgraded from AEM 6.5 SP14 to SP21, and since the upgrade, we’ve been facing an issue where content fragment models (CFMs) aren’t retaining field values. After editing and saving the content fragment models, the values don’t seem to stick. This happens with both existing CF...

    Views

    707

    Likes

    0

    Replies

    8
  • 12/29/24
    Hello Everyone, We recently upgraded to AEM 6.5 with SP 21 from SP 14. Since then CFM fields are not retaining the values. After editing and saving the content fragment models, fields are not retain their values - same behavior for existing CFM and Newly created CFM. I do not see any nodes created u...

    Views

    213

    Likes

    0

    Replies

    1
  • 12/29/24
    Hi, Anyone knows how to update the multi-field component with the dropdown menu. I need to have the field in MCP to select more than one option from the dropdown. Using SelectComponent.EnumerationSelector.class doesn't allow me to choose more than one value from the dropdown. So do we need to includ...

    Views

    294

    Likes

    0

    Replies

    2
  • 12/28/24
    Hello Everyone, After upgrading from AEM 6.5 SP14 to SP21, we're encountering issues with Content Fragment Models (CFMs). The main problems areFields Not Retaining Values: After editing and saving CFMs, fields do not retain their values, and we see the following warning: 23.12.2024 11:46:28.227 *ERR...

    Views

    154

    Like

    1

    Replies

    1
  • 12/28/24
    I could not see an option to create pathbrowser field using javascript with coral UI 3  Documentation for reference: https://developer.adobe.com/experience-manager/reference-materials/6-4/coral-ui/coralui3/components.html Basically I want to create a field using javascript clientlib in AEM dialog wh...

    Views

    337

    Likes

    0

    Replies

    3
  • 12/27/24
    Hi everyone,We are working in a project with a React App and editing the content via Universal Editor. The content is being handled with content fragments.We have a content fragment that has 3 fields: depending on what you select in the first field we want to display the second field or the third fi...

    Views

    560

    Likes

    0

    Replies

    9
  • 12/27/24
    Hi everyone, We are working in a project with a React App and editing the content via Universal Editor. All content is being handled with content fragments. Including a content fragment model for pages.Having that in mind, in order for the editor to create new pages, we developed an AIO extension th...

    Views

    506

    Like

    1

    Replies

    6
  • 12/24/24
    Below is my code to servletpackage com.***.core.servlets;@Component(service = { Servlet.class })@SlingServletResourceTypes(resourceTypes = "dcp/servlet/assets-locked", methods = HttpConstants.METHOD_GET, extensions = "json")public class DCPLockedAssetsRequestServlet extends SlingSafeMethodsServlet {...

    Views

    662

    Likes

    0

    Replies

    8