Hi everybody, Is there any way to prevent the following behavior in AEM (AEM 6.5):1) login and go to Sites console2) select some page and click on Page Properties button. Page Properties form is loaded in the current browser tab3) click on Cancel button inside Page Properties formActual behavior: Si...
Hello,I am working on a new instance AEM 6.5.6 and org.apache.felix.framework bundle not export all dependencies defined on its manifest. For example, libraries javax.rmi or CORBA.I have another instance AEM 6.5.6,which was upgraded, and export were correctly. Any suggestions? AEM New, references no...
Hi team, I am trying to create aem project using below commandmvn -B archetype:generate -DarchetypeGroupId=com.adobe.granite.archetypes -DarchetypeArtifactId=aem-project-archetype -DarchetypeVersion=23 -DaemVersion=6.5.0 -DappTitle="AemReact" -DappId="aemreact" -DgroupId="com.aemreact" -DfrontendMod...
Hello, As part of requirement, We have a drop down which contains 3 values (ex:- list view, tile view & box view)and when we select any one of these three options it refers to the same multi field which will be there in the next tab of dialog box. Question :- If we select box view , we have to restr...
I have a project package(which was existing in author) which i was trying to reinstall.. After reinstall i noticed that the page is loaded a wrong incorrect js ( looks like it cache and the reinstall isnt clearing it) I confirmed this by accessing the js directly and then with a ? at the end. I see ...
I'm building a template that would benefit from different breakpoints from the rest of my site. I thought this would be easy since the breakpoints are defined in cq:responsive at the template level, but I'm realizing that I need to define the new grid CSS and I'm not sure how to do this on a templat...
I would like to add myComponent to two or more componentGroup, How can I do that? <?xml version="1.0" encoding="UTF-8"?><jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" jcr:primaryType="cq:Component" j...
Hi Team, We have come across following requirement: 1) We have two sites siteA and siteB.2) in siteB, at compoent level and page level, we have many references of siteA pages.3) Now we need to correct references i.e. replace any node property in siteB which has value like /content/siteA to /content...
Even after adding OPTIONS method to filter methods in both Adobe Granite CSRF filter and Apache sling referrer filter, the CURL requests are still responding with 200 response. curl -i -X OPTIONS http://<host>:<port>/content/*****/en/****/home.htmlHTTP/1.1 200 OKDate: Thu, 22 Oct 2020 17:42:30 GMTX-...