Hi All, I have created one Content Fragment Model where I have included Start application path browser as shown below. Now I am using outbox Content Fragment List and Start application is coming like below. Here my requirement is that Start application should be hyperlink and open in new tab like b...
I want to create a multifield in content fragment to combine two fields like text field and richtext field (multivalue functionality) how to achieve that?
Hello, We are using AEM Cloud Service for our client demo. It's a single page using template and components from https://github.com/adobe/aem-site-template-standard which uses AEM core components. We don't have any customized project setup or client libraries for this. The only requirement we have i...
Hi, I am using AEM 6.5 and i want to check the Hide in Navigation in default properties of page by default in all the pages from the code side can someone help me with that?
We are setting a cookie through a model class:ecs.setMaxAge(600);response.addCookie(ecs); I can see the cookie set in the Application cookies in the browser. However, when I try to retrieve this from the Servlet request.getCookie("ecs").getValue() I get a null pointer exception. This cookie is not b...
Hi everybody.I am trying to add a folder with frontend files to sonar analysis scope. However, using properties on pom.xml doesn't make any difference: <properties> <sonar.sources>src/main</sonar.sources></properties> I added this to my pom.xml, but i found in my logs something about properties b...
I have enabled SDI for my header and footer components. I have configured a dispatcher for parsing it and added AddOutputFilter as below. AddOutputFilter INCLUDES .html NOTE: Followed https://experienceleague.adobe.com/docs/experience-manager-learn/foundation/development/set-up-sling-dynamic-incl...
Hi All, We are working on implementing blue green deployment for our project and we do have sticky session and logged IN users with AEM. The query we have is during the cutover from blue to green servers what will happen to the users that are logged in and registered with the blue servers. Will the...