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

  • 9/3/25
    Welcome to all the new members who joined this month! We’re excited to have you in the Adobe AEM Community. Whether you’re brand new or have been here a while, this space is all about learning, sharing, and connecting with peers who get what you do every day.  In a world where so much is automated...

    Views

    2.8K

    Likes

    13

    Replies

    16
  • 4/26/18
    I have added richTextBox in my xtype js file where I have added paraformat plugin. Here below is my code for that ;                 "rtePlugins" :{                    "edit" : {                        "features" : ['cut', 'copy', 'paste-plaintext']                    },                              ...

    Views

    16.6K

    Like

    1

    Replies

    8
  • 4/26/18
    If I set local to "de", "es", "fr", "it", "ja", I can use Sightly to get I18n value. But if I set local to "pt-br", "zh-cn", "zh-tw", "ko-kr", Sightly can't get I18n value.For exemple:${'Default Value' @ i18n, locale='es'}  is displaying "Valor predeterminado". It is displaying as expected.${'Defaul...

    Views

    3.3K

    Likes

    0

    Replies

    4
  • 4/25/18
    Hi,I have an AEM servlet which in turn call google recaptcha web service.Application makes an ajax call to AEM Servlet and google recaptcha inside the servlet.Sometimes, google recaptcha server is not reachable and code is throwing HttpHostConnectException ( connection timeout, 500 , 504 service err...

    Views

    2.0K

    Likes

    0

    Replies

    5
  • 4/25/18
    we are facing CryptoException while decrypting the text in AEM 6.0 version. Actually one of our environment is having this issue. we dont have this issue in other environments. This issue is specific to only one environment. Literally we tried all the options.Tried options:- Deleted /etc/key folder ...

    Views

    4.9K

    Likes

    0

    Replies

    6
  • 4/24/18
    Hi All,I am trying to load a clientlibs JS when I am creating a new page but it does not work.What I did:Create a person component under /apps/mysample/components/structure/personCreate a clientlib and dialog for this newly created componentFor clientlib, add new property categories="[person.dialog]...

    Views

    5.7K

    Likes

    0

    Replies

    3
  • 4/24/18
    I am using granite/ui/components/coral/foundation/form/pathfield and when I click on the icon, it doesn't open the window but throws an error in the console./mnt/overlay/granite/ui/content/coral/foundation/form/pathfield/picker.html…t%2fdam%2fca&filter=hierarchyNotFile&selectionCount=single&_=152456...

    Views

    11.2K

    Like

    1

    Replies

    31
  • 4/23/18
    I have a one flex layout.flex container is a container component.container component have 5 sub component.in normal or preview modecontainer-flex     flex-item                    flex-item                    flex-item                    flex-item                    flex-itemcontainer-flexbut after c...

    Views

    917

    Likes

    0

    Replies

    1
  • 4/20/18
    I'm trying to setup user synchronization in aem 6.3. I have one author and 2 publish instances.I followed this below document and set up the user synchronization between publishers. I have a self registration component. User submits the form data and I create the user and add to the group(which was ...

    Views

    7.2K

    Like

    1

    Replies

    5
  • 4/19/18
    Hi All,We have sightly code which was working fine in 6.1 and stopped working in 6.3. Code to iterate over Map which is a list of String. Sightly (HTL) <sly data-sly-use.table="${'my.models.Table'}">     <div>          <table data-sly-list.row="${table.rowList}">               <tr data-sly-list.colu...

    Views

    6.7K

    Like

    1

    Replies

    7
  • 4/19/18
    I'm creating XML file pragmatically in AEM DAM. I want send this created XML file to Adobe INDesign server automatically. And I want to import this XML file in InDesign server.1) How can I send created XML file to InDesign server automatically after file creation in AEM DAM?2) How can I integrate AE...

    Views

    5.8K

    Likes

    2

    Replies

    5