AEM-6 stands for Adobe Experience Manager version 6.x. AEM formerly known as CQ5 is one of the leading CMS(Content Management Systems) that focuses on giving more control to a business user to decide, manage and control the content that is displayed on webpages.
Questions tagged [aem-6]
336 questions
-1
votes
2 answers
Junit is failed due to java.lang.StackOverflowError
I have updated my uber jar from 6.2.0-SP1 to 6.4.0. After that all my Junit is failing with the following error.
If i remove the logger from the class then issue is not coming. Junit is working.
Error message 1: java.lang.StackOverflowError: null …

Vijay Marudhachalam
- 112
- 1
- 19
-1
votes
2 answers
javascript: object that contains the customers that belong to each bank
through es6, the exercise consists in showing objects in which the keys are the names of the banks and the values in a disposition with the textnumber of their clients.
with the following matrices
const clients = [
{ id: 1, taxNumber: '86620855',…
user10023261
-2
votes
1 answer
How to create a AEM Search component
How to create a AEM Search component.
I need the logic and code for the following parts.
Search component HTL code for Input and Results.
Model code for searching the "fulltext" using QueryBuilder.
Clientlib (if any).

Ojas Sadgir
- 1
- 1
-2
votes
1 answer
Handlebars instead of Sightly HTL
Can I use the handlebars to build my components for a website, if yes what are the limitations of using Handlebars over Sightly?
Is it advisable to create my own handlebar scripting engine or I can use the one being used for SCF? If I use AEM…

Tushar
- 11
-2
votes
1 answer
get values from js to aem sightly component. In JS values are stored in the form of array of arrays
How do we get values from array of arrays to cq5 component.
In the java script I am getting the values from dialog. While returning them as an object (This object is array of arrays like for example : [{},{},{},{}] ). When this object is returned to…

sam
- 51
- 1
- 4
-2
votes
7 answers
What's the difference between AEM Assets and AEM DAM?
What is AEM Assets? Is it not the OOTB installation? Is AEM DAM the same as AEM Assets? Is there AEM Assets installation that needs to be done seperately?

krish
- 469
- 1
- 15
- 34