Hi, in my project we have components with rich text including href links, I am trying to do a search to find links going to a certain locale but it appears as though the slash character causes /jcr:root//*[jcr:contains(., 'en/register')] order by @jcr:score This turns up results containing register ...
Hi,I am currently facing some issues while applying custom CSS to the template. When I am trying to apply styles from the page policy no style is visible and it seems that no CSS is applied. I am also attaching the screenshots of the files and issue.Css.txt filelayout.css filepage policy template
Hi guys,I'm having an issue saving a page properties in 6.3 using touch ui. I navigated to the page using site.html and clicked properties. I changed the property and clicked Save & Close, but nothing happens. I can edit the property using crx, but touch ui does not work. There are no log messages e...
I’d like some clarification on the best way to manage live copy page deletion. language-master /en /page1 /page2 /page3And I have a live copy managed by a blueprint that’s simply and exact copyus /en /page1 /page2 /page3 First question, if I delete a page in master: language-mast...
As per this document, when dealing with multiple threads we'd have to create one session for each thread: https://cqdump.wordpress.com/2013/11/25/cq-development-anti-pattern-single-session-multiple-threads/ Does this still apply with the latest JackRabbit Oak used in 6.3 and above?
I've seen OSGI configurations use as nt:file or sling:OsgiConfig interchangeably. What the best practice? Why is nt:files used? Are. there any other variations?Why does core components. follow the nt:file pattern, /apps/core/wcm/config.author/com.day.cq.wcm.foundation.forms.impl.FormParagraphPostPro...
I'm working on building AEM from a clean install. (for an upgrade) I'm using crx2oak to copy the old repository to the new one. All has worked great so far until today when i wanted to build a package and ran into this "javax.jcr.NamespaceException: Unknown namespace prefix" exactly like this:https:...
Hi, I need to remove a redundant folder in URLs in mega menu. For example:I have a page called MyPage in top Nav with URL www.example.com/mypageunder this pages I have the following URLs appearing in the drop down:Page A www.example.com/mypage/page-APage B www.example.com/mypage/page-B I wou...
Hello, currently we are developing react component for Spa editor. We are now facing with the issue how to display component in preview/publish mode when we are still on author instance.The counterpart in sightly would <div data-sly-resource="${'path/to/resource' @ wcmmode='disabled'}"></div>What is...
Is there any documentation on how to develop a commerce connector for an eCommerce platform where AEM may not have reference implementation?I mainly want to know how to develop the product importer in terms of the classes to extend, interfaces to implement and general guidelines on what the code is ...