Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First

  • 2/12/25
    Hi everyone! Discover a goldmine of AEM insights at Adobe Summit 2025 with our comprehensive guide to all AEM sessions and labs. Whether you're a seasoned user or exploring Adobe Experience Manager, this post is your key to navigating the summit's content. Search No More: Looking for specific AEM s...

    Views

    1.9K

    Likes

    16

    Replies

    6
  • 1/28/19
    how do you pass a payload to a workflow through programatically

    Views

    859

    Likes

    0

    Replies

    2
  • 1/28/19
    I have used min:yui for CSS minification and min:gcc;compilationLevel=whitespace for js minification.js minification is working as expected(removing linebreaks and spaces) but CSS minification is only removing spaces. linebreaks are still present for CSS minification.I have found Minify JS CSS  this...

    Views

    8.8K

    Likes

    0

    Replies

    5
  • 1/25/19
    I am trying to access page properties using services in AEM 6.4I have created  an interface,public interface AccessPageProp {public String getPageProp();}I have created a class that implements this interface,@Component(service = AcccessPagePropImpl.class, immediate = true)public class AcccessPagePro...

    Views

    4.3K

    Like

    1

    Replies

    11
  • 1/24/19
    Hello,We are trying to dynamically inject the options of a select field on classic ui dialog.The options would be provided by a servlet and injected via an extjs plugin.In touch ui we found this solution : Adobe Experience Manager Help | Dynamically updating Adobe Experience Manager TouchUI Dialog S...

    Views

    1.6K

    Likes

    0

    Replies

    4
  • 1/22/19
    Hi Team,We are in process of migrating our aem application to AEM6.4 and we found that "Save & Close" button on bulk editor page not working in AEM6.4.Data is saving, but the page is not closing in all browser. Could you please help us on this./mnt/overlay/wcm/core/content/sites/properties.htmlThank...

    Views

    6.1K

    Likes

    0

    Replies

    9
  • 1/21/19
    Hi I am currently using custom oAuth authentication in our AEM server. It used to work in AEM 6.3 but after upgrading to AEM 6.4  I am getting "extractCredentials: Cannot process OAuth continuation; application seems unconfigured" error. Please help solve this issue.Also in AEM 6.3 I can see "Adobe ...

    Views

    843

    Likes

    0

    Replies

    1
  • 1/21/19
    Hi Team,I am using AEM Version: 6.4 and ACS Commons : 3.18.2 and have written Dispatcher Flush Rules using ACS Commons Configuration. I am getting below error and Replication breaks while replicating pagesDispatcher Flush Rules : /etc/packages/(.+)/.*=/etc.clientlibs/$1&/etc.clientlibs/common   /ap...

    Views

    2.8K

    Likes

    0

    Replies

    7
  • 1/21/19
    HI,I am trying to pull list of members under "intranet-authors" group using query debugger in AEM 6.3.below is the crxde page.In below screenshot - in rep:memebrs properties only ID for users are given.. When is select the ID then it goes the corresponding user name.Please suggest the query to get t...

    Views

    15.3K

    Like

    1

    Replies

    5
  • 1/19/19
    Hi,I am working on making certain code enhancements to .JSP file that have Java and HTML components. When I am making my changes directly in /libs, it is being displayed perfectly on the page. But, when I try to overlay this JSP by the usual technique, the code from the JSP is not being displayed at...

    Views

    5.1K

    Likes

    2

    Replies

    8
  • 1/19/19
    vHi,I have a component as below:<a data-sly-use.button="we.retail.core.model.Button"   class="btn btn-primary btn-action cq-dd-linkTo ${button.cssClass}"   href="${button.linkTo == '#' ? '#' : button.linkTo @ extension = 'html'}" role="button">${properties.label}</a>  <div data-sly-resource="${'par'...

    Views

    7.3K

    Likes

    3

    Replies

    7