1. Select File > New > Project2. Select AEM > AEM Sample Multi-Mode Project3. Select Next4. In the Choose Project Location and Archetype window the following error message is shown. "No suitable archetypes found. Please make sure that the proper maven repositories are configured and indexes are u...
Hi, I was wondering if anybody has ran into a similar issue or knows how to solve the following issue:****Background****I've following the instructions in WKND Tutorial Chapter 5 Style System. My local author instance is at version 6.5.0 (jar file, not the cloud version), and coming from the resolut...
Hi everyoneI am having some trouble testing a Sling model, My Sling interface looks like this: @Model(adaptables= Resource.class) public interface ImageFormItem { /** * @Return the title. */ @inject String getTitle(); /** * @Return the url. */ @inject S...
Hi,I am trying to find out if AEM can offer JWT token generation on AEM 6.5 (SP8) instance instead of developing custom functionality?Cookies does not fit for our requirement. Thanks.
Hi all, Recently, I am trying to switch local development access token to service credentials. However, I never get the credentials successfully and always get 504 error. I am following the guide below.https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-with-aem-he...
This might be a silly question but that's my requirement ! I'm using AEM 6.5.10.I have a checkbox as one of the field in my cq:dialog. On selection of checkbox, I need append the attribute "data-nosnippet" to my <div> element.For instance, my complete HTML of the component is below <div data-sly-use...
Hi All, We have a group called "abc" and having read/modify access to the content path.We are able to modify the content of the page and we are getting the Error "javax.jcr.AccessDeniedException: Access denied" while updating/modifying the page properties of that page. Tried to give the root level ...
Hi All,I have a use case where in end-user have to login with SSO and once autheticated i create a user and assign that to a particular group. So this part is startight with OOTB SAML authenticattion handler connector. Now I want certain content that is only visible by the user who has successfully...