We are excited to announce that Adobe Developers Live returns on November 12, 2024, bringing together the Adobe Experience Manager and Commerce community in a hybrid format. Whether you attend in-person at Adobe’s HQ in San Jose, California, or virtually, this event is designed to provide valuable ...
I want to invoke the custom servlet to perform some action in publish server through custom workflow step. Anyone has idea how to achieve this scenario ?
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...
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...
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...
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...
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 ...
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...
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...
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...