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

  • 12/19/22
    Hello folks, Hope you all having a great Holiday, We have a requirement to dynamically generate an Excel file and save it to the DAM. Below is the code snippet I have written, to save it to DAM using AssetManager API. Currently, it is only creating an xlsx file in the DAM with 0 bytes and when I try...

    Views

    2.9K

    Likes

    0

    Replies

    2
  • 12/19/22
    { /type "allow" /selectors "*" /extension '(gif|ico|jpeg|jpg|png|svg|pdf|webp)' /path "/content/dam/*" }   Hi folks, In dispatcher filters, "url" and "path" seem to be interchangeable, at least in the examples I can find.  Suppose I put "url" in the filter above, would it work any differently? thank...

    Views

    2.8K

    Likes

    0

    Replies

    6
  • 12/19/22
    Hi All,   I have a requirment like, when we select a value in drop down a servlet call will be triggered and based on the respone of the call I have to show th fields on the page which are dynamic and when we reedited the page it has to dispaly previous selected data as well. Can anyone suggest how ...

    Views

    864

    Likes

    0

    Replies

    3
  • 12/19/22
    I am working on code refactoring, following the document Deprecated APIs | Adobe Experience Manager. The documentation states that org.apache.commons.lang.text is deprecated and instead, Commons Lang 3 should be used.   Code Snippet import org.apache.commons.lang.text.StrLookup; import org.apache.co...

    Views

    1.7K

    Likes

    0

    Replies

    2
  • 12/19/22
    Hi All,   I have installed AEM 6.5 and installed the package for graphiql graphiql-0.0.6.zip. Graphql editor is working fine at URL http://localhost:4502/content/graphiql.html as well as I'm able to execute any query and see the result. With my setup, I'm unable to see an option available at Tools >...

    Views

    2.0K

    Likes

    0

    Replies

    1
  • 12/19/22
    Whenever I enable SDI in our configMgr, getting the values from request.getParameter() from the model result to a blank value.   The URL will be like https://www.test.com/app/replacement?searchstring=test And the component called that is included in another .html page on the same directory: <secti...

    Views

    1.3K

    Likes

    0

    Replies

    5
  • 12/19/22
    Hi All,   In my project there is a requirement to login using FB, twitter, Instagram and few other social media platform. I have spent some time on this and noticed that using community site FB user is getting created and associated to group that is defined in FB cloud config (tool -> cloud services...

    Views

    464

    Likes

    0

    Replies

    1
  • 12/19/22
    Hi, I'm trying to configure an Azure blob for the Bulk Import Configuration I'm getting the following blob information (I've replaced sensitive information)   {   "CloudHub.Azure.Storage.BlobContainer":{      "connection":{         "type":"blobContainer",         "serviceEndpoint":"https://accountna...

    Views

    693

    Likes

    0

    Replies

    1
  • 12/19/22

    Views

    1.1K

    Likes

    0

    Replies

    4
  • 12/19/22
    Hi All, I have items in session storage that I want to use in backend. I have tried Servlet class with get method but was unable to get the item.  Can anybody with experience help me out ?

    Views

    1.6K

    Likes

    0

    Replies

    4