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
3
votes
0 answers
test_page property at root node of CRX in AEM
Why is this node getting created after a restart of the AEM instance. i can see it in my local system. when ever i restart. once i delete it and after a restart it appears again.

krish
- 469
- 1
- 15
- 34
3
votes
1 answer
AEM6 - How can I edit a component in place without a dialog?
I've been trying to edit a Table component in place (without needing to open the dialog), for i.e.: add new rows or columns.
The component has its dialog properly configured, so you can select the number of columns and rows from there, although to…

fapm84
- 161
- 2
- 11
3
votes
1 answer
Condition statements in sightly
In the Sightly templating language, for Adobe AEM6, how do I use a specific class if a condition is true?
${properties.reduceImage} is my checkbox, so if the checkbox is checked then add the class if not then it doesn't return anything. I'm not…

Code4life
- 67
- 1
- 1
- 11
2
votes
1 answer
AEM Package of type 'MIXED' is legacy
I work in a project (Upgrade from AdobeExperienceManager 6.1 to 6.3 to 6.5) where after the Jackrabbit filevault-package-maven-plugin upgrade to version 1.3.2 the following error occurs:
Package of type 'MIXED' is legacy. Use one of the other types…

SWiggels
- 2,159
- 1
- 21
- 35
2
votes
1 answer
Performance and caching: AEM QueryBuilder API vs AEM GraphQL API?
Can someone brief me and help me decide which one to go with between AEM QueryBuilder Vs AEM GraphQL API?
I see that you have option of persistent queries in GraphQL do we have any caching options in QueryBuilder? How can we leverage it to the…

Shivam Sahil
- 4,055
- 3
- 31
- 62
2
votes
1 answer
AEM - Classic UI - Can we implement tooltip on Classic UI dialogue CQ widgets? If possible, how can we do it?
I am working on AEM Classic UI and I want to add a checkbox widget inside dialouge and to add a tooltip on it. Is that possible to add a tooltip or on mouse hover text inside dialogue on cq widgets? If possible, how can we implement it?

Sudharsan P
- 31
- 4
2
votes
2 answers
AEM/Adobe Experience Manager upload only some assets to AWS S3
My company is using AEM 6.5 and we were thinking to get some better performance out of our systems.
The idea we had is to upload only some assets (for example videos) to an S3 bucket and keep the other assets locally, we do not want to upload all…

bobo
- 91
- 1
- 6
2
votes
1 answer
AEM : Access to global values from dialog-clientlib
Currently, I am storing certain value as in data-attributes in customheaderlibs.html
and were reading these values by
const…

infinityskyline
- 369
- 2
- 4
- 17
2
votes
0 answers
Incorrect component operation after the AEM version upgrade
I ran into a specific issue in a component after upgrading from 6.3 to 6.5.6. The component has after which 1 of 3 options is selected, and depending on which value is selected, another field should be displayed. At 6.3 there are no problems with…

A.Hvozdzeu
- 29
- 6
2
votes
1 answer
AEM Mocks: Problem with ResourceResolverType.JCR_OAK
I am using AEM Mocks (with JUnit 5). I create my context as follows:
private final AemContext aemContext = new AemContext(ResourceResolverType.JCR_OAK);
Note the use of JCR_OAK. Everything works fine if I try to use JCR_MOCK instead. When trying to…

Alex Verzea
- 421
- 1
- 11
- 30
2
votes
1 answer
Should we unschedule Sling Jobs running within AEM after they are completed?
I am creating multiple SlingJobs on the fly using org.apache.sling.commons.scheduler.Scheduler OSGi service in AEM.
i.e. scheduler.schedule(Runnable, ScheduleOptions);
I have requirement that these Sling Jobs be run only once, so I am using…

Oliver
- 6,152
- 2
- 42
- 75
2
votes
2 answers
Can I use AEM as OAuth 2.0 client?
Does Adobe Experience Manager support OAuth 2.0 as a client? I mean AEM connecting with an external application which plays a role of authorization server and resource provider.
I could not find any examples of such usage - AEM is usually presented…

pkalinow
- 1,619
- 1
- 17
- 43
2
votes
2 answers
How to CSS styles to cq:dialogue in AEM
How can we add styles to the cq:dialogue tab in AEM instance?
we can change the styles in console via jQuery but can't apply when it's loaded within the javaScript(jQuery) file of any component used in the specific…

joseph navin shaji
- 64
- 10
2
votes
1 answer
AEM - How to cache model for page scope?
I have a sling-model that needs to do some costly operations at initialization. These are related to the page scope, meaning based on currentPage properties. Hence it would make sense that the model gets initialized only once per page call.
I found…

anse
- 87
- 1
- 8
2
votes
2 answers
Programmatically arranging contents in aem 6.4
everyone. I'm new in working with aem. I'm using aem 6.4. My task is to programmatically sort the order of the contents of a cq:project in aem depending on the content of a JSON file.
The content of the JSON file should be set as the initial child…

Rocky
- 429
- 1
- 9
- 26