When will the registrations for the Adobe AEM Champions Program 2025 start?I have 2+ years of experience in AME sites, and I have also done Expert certification in AEM sites. So, will I be eligible for the program??
Hi good afternoon, i trying to modify the PageRedirectServlet to do a custom redirection in AEM. I have tried to put a selector in proxy.jsp file that points to the selector of my custom servlet but it has not worked. I have also tried the service.ranking property but it hasn't worked for me either....
for example: I want to hide sections in the component (example: I want to make the search bar optional in my custom header component). I know I can use either methods (with additional CSS for styling policies) but I would default to using component dialog properties as that's what I'm used to (does ...
Hi Team We are migrating from AMS to AEM as a cloud with headless architecture.So we will creating content fragments and expose that CFs as a json. We are having some sites which are in multiple languages. (MSM)how to create language copy, live copy content fragments for this requirement. ?? Any ref...
might be best explained with some terminal output (I'm using WSL since I can create links there) in the screen dump below, myhost1 and myhost2 are existing domains that can be deployed (to all environments) without any problems since last Friday (The last dev deployment was something I started). myh...
Hello Community Team,Since long time we were using SonarQube for Code Quality check and coverage for our AEM projects. But recent versions of SonarQube (v17 and above) have upgraded to provide support for Java 17+ and it is not backward compatible.Since, AEM 6.5 is compatible with Java 11 only does ...
Hi,I was trying to embed a video in rich text editor through source edit as below .On saving the dialog the video tag is getting saved in the property but when I open the dialog again the video tag is not appearing and at the same time the video is not being displayed on the page too .<video width="...
Hi,I am trying to integrate AWS Cognito on a custom servlet. Such that whenever I make a GET call to /bin/customServlet it should do a token based authentication and give the response accordingly.can some one please provide any inputs/examples on integrating AWS Cognito with AEM.AEM version: 6.5.17 ...