Register at: https://adobe.ly/3rvch6y Session Details Join the Adobe Experience Manager product team in this webinar to learn: How to unlock more agility so developers and IT teams can work smarterHow to create great experiences that delight customers and impact key business metricsWhat optimal pe...
I am trying to authenticate users from Active Directory that contain brackets in their CN.["CN=last, first [local],OU=Users,DC=domain,DC=com"]Error{op:"ERR",uid:"",eid:" CN=last, first [local],OU=Users,DC=domain,DC=com",msg:"org.apache.jackrabbit.oak.spi.security.authentication.external.ExternalIden...
Hi, we need help setting up the Dispatcher for AEM. I've successfully installed AEM instances, but installing the dispatcher seems way out of my league. I'm sorely missing the prerequisites for administering and maintaining AEM (meaning I don't know much about Java, networking, server software, etc....
Hello, I created a logo component and JSP file is like this : <%@include file="/libs/wcm/global.jsp"%><% %><%@ page import="com.day.text.Text" %><% long absParent = currentStyle.get("absParent", 2L); String home = Text.getAbsoluteParent(currentPage.getPath(), (int) absParent); Resource image = curre...
Hello,We've downloaded uber jar 6.2.0 from AEM Support portal and it has parent project:<parent> <groupId>com.day.cq</groupId> <artifactId>parent</artifactId> <version>48</version> </parent>In public AEM repo I see only version 40. https://repo.adobe.com/nexus/content/repositories/releases/com/day/c...
Hi all, trying to use content fragments and finding the editor options extremely limited.why can't a table, or an image easily be added? Markdown for links etc - seems like a lot of extra work. has anyone used and have a better way of doing so? As is, it seems very limited and more trouble than bene...
Hello all,I want to create a tool page in granite ui that will come somewhere under Tools > MyToolPage in the nav bar. I understand the whole process of creating cq:Page nodes which have the entire content made up out of granite ui components that will form the page. My question though is if it is p...
Hello, We are evaluating AEM 6.2 with Mongo has the Node Store and currently seeing a performance hit. Just wanted to find out if there are any successful implementations and the consideration factors.We are having a Mongo clustered environment with 1 primary and 3 secondaries with 1 arbitrar where ...
Here is a great communtiy article: https://www.linkedin.com/pulse/cheatsheet-adobe-experience-manager-web-interfaces-chockalingam?trk=v-feed&trk=hp-feed-article-title-share
I decided to start this discussion after I've seen thousands of self-closing <sly/> tags in HTML5 templates (not <sly></sly>) even in official Adobe documentation. HTML5 specification defines only void and foreign elements as elements that can be self-closing:https://www.w3.org/TR/html5/syntax.html#...
We are upgrading from AEM 5.6 to 6.2 and have come across a problem with the TouchUI. Content authors are unable to interact with components rendered HTML/js events when in edit mode. E.g. our carousel component will have a number of paragraph systems that components can be dragged into. Previously ...