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 ...
We migrated our AEM v5.6.1 stack from on-premise hardware to AWS as part of a major effort in 2014/2015 to re-vamp our (TE Connectivity) entire web site (www.te.com) and how all of the product catalog information is maintained and dynamically provided to the front-end (AEM). The project was very l...
Hi, the sidekick in my environment does not load. It's not that it's just empty, but it shows the loading circle and doesn't load any of the mode buttons or anything. Can anyone advise on how to fix this? I believe this is an issue with the sidekick.js file. Is there a way to replace it with a facto...
After installing AEM-6.1-Service-Pack-1 I can't reach several sites within AEM, (even the main page at http://localhost:4502/projects.html). I get the error listed below, informing me that there are issues in /libs/cq/experiencelog/components/head/head.jsp. This is listed as a "Known issue", and th...
I have urls like this: "/content/uc/news/search-results.html?submitted=submitted&topics=topics:collegeBound" that are displaying as non-existant by the link checker. The search-results page does exist, and linking to that alone does just fine. I'd prefer not to have to disable to the linkchecker for...
Hi, I am working on a form where on submit, I have to send an email using email template. I am writing this custom action since I have to write some more business logic further (Like attaching a doc, reading an XML etc). But I am stuck in this basic code just to send the mail first. Map<Str...
Hi,I've a dialog selection box. What I need to check if the default value I've provided using the property defaultValue and value I'll get from the selection box are equal or not!So, to get selected value, we can get like this : function(dialog){ var selection = dialog.getField("<property name>"); ...
Hi,I've created a drop down selection field in dialog and provided it some default value with property key defaultValue and assigned some value it which is getting displayed when I open the dialog box. What I want is to display some default text with the default value in interger format. Requirement...
We have a requirement to restrict file uploads in DAM by a maximum file size and white list of valid file types. I cannot find any Adobe documentation regarding this subject. Is there a configuration that can control these parameters? If not, what would need to be done to restrict DAM uploads by the...
I've added the following dependencies to my pom file <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> <version>2.6.5</version> </dependency> <dependency> <grou...
I see much use of attaching to the "dialog-ready" event when adding custom javascript in a dialog.This is fine and dandy when the dialog appears in modal form. When you click the edit button on a component when on a smaller breakpoint, the browser loads that particular dialog with a page refresh and...