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 need to keep track of users who have downloaded an asset in AEM and send out notification emails to those users when the asset is expired. Can anyone help me with a way out?AEM version: 6.1Many thanks.
Hi everyone,I run into an issue with crx/packmgr/update.jsp. I try to update my package using python and requests.params_aempage = { 'groupName': group_name, 'packageName': package_aempage, 'path': '/etc/packages/{0}/{1}.zip'.format(group_name, package_aempage), 'filter':...
Hi All,I have used sling:resourceType="granite/ui/components/foundation/form/multifield" to create multifield dialog ( text filed, path browser field).Issue is: I authored textfield, browser field in the multifield.When ever I open the dialog, fields are getting added twice ( two text fields, two pa...
Hello.Our company has created several Word docs that we would like to ingest to AEM 6.4 and describe them as Content Fragments. These include Executive Bios, disclaimers, other types of frequently used fragments that will be used in the creation of other assets.What are best practices in accomplishi...
Was trying to send email using cq mail service by creating a test email component. I have created a jsp for the same. But the component shows error on rendering<%@include file="/libs/foundation/global.jsp"%><%@page import="com.adobe.acs.commons.email.EmailService,java.util.*"%><%// Get the OSGi Ema...
Hi Team, Have a requirement like 1. The template should allow all the OOB and custom components(Possible)2. Should be able to add the components (Mostly Rich text box and Image components)(Possible)3. Should be able to apply the inline styles for the content dynamically with code deployments...
Hi,I am currently working on aem 6.2.I want to fetch values of service directly in slingServlet.For that i have created a Service ConfigurationService.javapublic abstract interface ConfigurationService { public abstract String getSimpleString();}ConfigurationServiceImpl.java@Service({Configur...
Hi Team,I have a requirement to render special characters like "doublequote" ("), "quote" ('), "less than" (<), "greater than" (>) in textfield/pathfield. The problem now is these characters get HTML encoded in the view source page.So, if an Input expression in textfield is<%= formatDate(new Date(),...