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

    4.0K

    Likes

    14

    Replies

    19
  • 8/6/18
    Hi,I would like know the case-sensitivity of the UUID generated in AEM.Currently I see the UUID is generated,UUID represented as 32 hexadecimal digits and displayed in five groups separated by hyphens in the form 8-4-4-4-12 for a total of 36 charactersTechnically in Hex decimal system there is no up...

    Views

    4.4K

    Likes

    0

    Replies

    5
  • 8/5/18
    Adobe Experience Manager on Microsoft Azure.Dear All,Does  Azure Storage Type  Table is Supported by Adobe Experience manager on Microsoft Azure Platform?I am trying to store the AEM Lead generation form data in my application  in to Azure Storage Table. Which works completely fine as a standalone J...

    Views

    3.4K

    Likes

    0

    Replies

    3
  • 8/3/18
    Hi,I have a multifield component in rtouch UI and its values are getting saved in JCR:content as a node property in the form of string[]. Now I am retrieving the array inside javascript use(function(){}) and iterating over the object using data-sly-list. Below is my code:var linkObj =[{"title":"SAS ...

    Views

    2.4K

    Likes

    0

    Replies

    2
  • 8/1/18
    I'm building some tests and I'm finding an issue while trying to create a new test with JCR_OAK[main] INFO org.apache.jackrabbit.oak.plugins.index.IndexUpdate - Found a new index node [reference]. Reindexing is requested[main] INFO org.apache.jackrabbit.oak.plugins.index.IndexUpdate - Reindexing wil...

    Views

    1.9K

    Likes

    0

    Replies

    1
  • 8/1/18
    Is it possible to achieve DOM manipulation inside use function by accessing document and window objects? If not do we need to create a separate js file to achieve this? Currently in my component I have one JS file inside clientlibs which only deals with DOM manipulation and the other one which uses ...

    Views

    4.6K

    Likes

    0

    Replies

    6
  • 8/1/18
    Hello,I want to save a new tag in a specific namespace from a tag picker.I set a tagpicker, with allowCreate=true, mapped on a namespace (tagsPath property):- When I open the tagbrowser, I can see the tag of the selected namespace - But when I write a new tag in the tagpicker, it is created in the "...

    Views

    2.2K

    Likes

    0

    Replies

    6
  • 7/26/18
    Hi Everyone,We are trying to do in-place upgrade from AEM 6.3.1.2 to 6.4 in our dev environment vy following the official adobe documnetPerforming an In-Place UpgradePreparation of the AEM Quickstart jar file Stop the instance if it is runningDownload the new  AEM6.4 jar file and use it to replace t...

    Views

    7.8K

    Likes

    0

    Replies

    5
  • 7/26/18
    Hi!I am working on migrating some bundles from AEM 6.2 to 6.4 and I ran into the following issue:I have an Activator.java in a bundle with the following code:@Overridepublic synchronized void start(final BundleContext bc) throws Exception {     myBundleContext= bc     private ServiceTracker<HttpServ...

    Views

    6.1K

    Likes

    3

    Replies

    8
  • 7/26/18
    I would like to add a  focal point into /mnt/overlay/dam/gui/content/assets/assetedit.html where the author can be able to focus specific image points and then I can return like .../myimage.png?focus-at=50,40any Idea or advice would be appreciatedThank you.

    Views

    6.4K

    Likes

    0

    Replies

    4
  • 7/26/18
    function getCookie(cname) {    var name = cname + "=";    var ca = document.cookie.split(';');    for(var i = 0; i < ca.length; i++) {        var c = ca[i];        while (c.charAt(0) == ' ') {            c = c.substring(1);        }        if (c.indexOf(name) == 0) {            return c.substring(na...

    Views

    3.2K

    Likes

    0

    Replies

    3