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/18/22
    Hi all,Does anyone know how to make Navigation Component visible in Edit mode, please? I can see it in default header structure. After deleting it, I am not able to find it again. It looks like all the components under "<Program name> - Structure" group are invisible by default.AEM version: AEM as a...

    Views

    625

    Likes

    0

    Replies

    1
  • 2/17/22
    Hi, I need to include embed component in my custom component using html.<sly data-sly-resource="${'embed' @ resourceType='awsevents/components/embed', decorationTagName='div'}" /> I have added the resource and when I author this embed component which I have included in my custom component. I'm getti...

    Views

    899

    Likes

    0

    Replies

    1
  • 2/17/22
    Hi Team,I am working in small startup company in our company we are not using AEM. I learned Apache sling now   planning to learn AEM but i don't have any license.Can some one can help me with AEM jar with learning license file so that i can learn AEM. RegardsRavi 

    Views

    1.0K

    Likes

    0

    Replies

    3
  • 2/17/22
    Currently our application is on AEM 6.4 version.Some of our code and content is present /etc folder.For e.g.:Clientlibs in /etc/clientlibs and i18n dictionaries in /etc/designs/../dictionaries.Do we need to migrate this clientlibs and dictionaries to /apps/ folder while upgrading for AEM 6.4 to AEMa...

    Views

    703

    Likes

    0

    Replies

    1
  • 2/17/22
    Hello ,I am trying to build a project, before it was working fine. I have created new component and trying to run the command mvn clean -PautoInstallPackage when I do that, I'm getting this violation error. Can anyone help me with this ? Thanks in advance.  

    Views

    908

    Like

    1

    Replies

    2
  • 2/17/22
    When migrating from 6.5.10 service pack to 6.5.11 service pack facing issues with Jaxb marshalling. While unmarshalling the xml level3 is not able to assign to a pojo and throws out a null pointer exception. Here is the sample code attachedhttps://drive.google.com/file/d/1Yht5u9EC77UPVXXmtt1-wTOt3Le...

    Views

    1.1K

    Likes

    0

    Replies

    1
  • 2/17/22
    Hello Community - There are some issues with rollback of the installed service pack (6.5.11) on our AEM instance. We have followed the below forum to rollback to previous version but no luck. Even after the uninstall of the service pack or installing the /lib folder taken from the other environment ...

    Views

    572

    Likes

    0

    Replies

    1
  • 2/17/22
    I need to create a solution that allows me to click on elements within a given component in edit mode. I am able to add custom toolbar actions on a component level but i would also like to be able to create a component toolbar action that lets me interact with the content of a given component while ...

    Views

    1.1K

    Likes

    0

    Replies

    1
  • 2/17/22
    I would like to search for any users under home/users with a first or last name that contain a non-alphanumeric character. I've tried the following SQL2 but no luck: SELECT * FROM [rep:User] AS user WHERE ISDESCENDANTNODE([/home/users]) AND [profile/familyName] is not null AND [profile/familyName] L...

    Views

    782

    Likes

    0

    Replies

    2