Hi AEM 6.3 I have set "Alternative Text" under Accessibility tab of image component to mandatory (required true). On form submission field gets highlighted but form submission continues. Any help to fix this? i want to make Alt text field mandatory for image component. image supertype: /wcm/foundat...
Hi Team, I am new to AEM and I am confusing about sling resolution. I have simple URL http://mydomain.com/content/home.htmlBelow things I observed in blogs.First it will search with path content/home then it found and it will take sling:resourceType that is my page component which is apps/myproject/...
I wanted to query all the pages with below conditionsshould be activated pagesa property(flag) should be set to falseshould exclude 3 templates (template a, template b, template c)I tried the below query for first 2 conditions, but how to include the third condition?type=cq:PageContentpath=/content...
Hi Experts, I have a use case where i need to call the servlet which is registered with resourceType and method POST. Can someone please help me to suggest how can i achieve this. I have to call this on page load itself. Please suggest. Thanks in advance.
Hi, I am having some Error while creating an Experience Manager System User on AEM 6.5. When I am specifying the UserID value to data and saving. It says Error:Missing permission to create intermediate authorizable folders. I am following this tutorial: https://helpx.adobe.com/experience-manager/usi...
Hi, I have added max limit 5 for multifield dialog validation but after reaching the message it is showing red border around the dialog but fields still can be added. Please find the below code snippet for dialog validation: (function ($, window, document) {$(window).adaptTo("foundation-registry")...
I have been using Selenium to test the user interface of my AEM site on preview mode. It was done without any technical problem. However, when I try to run selenium test on editor or author mode, such as clicking on a web component to open component dialog, my webdriver is unable to get the web elem...
I'm on 6.5.2 - Using the SPA Editor for Angular. Coral 3 for authoring dialog. I created create a simple Angular component and mapped it an AEM Component. My AEM Component has an authoring dialog that has two multifields:1) Multifield One : (Partial Snippet of Dialog) <link sling:resourceType="...
When you add styles to the "allowed styles" using the style system on a components policy, it seems that the class is added to the parent container that is generated by the component instead of the main tag that contains the content. Specifically I'm referring to the text component. You can have ma...