Questions tagged [adobe-exprience-manager]
9 questions
1
vote
0 answers
AEM SPA React setup Experience Fragment
I need to create experience fragment in AEM SPA React framework.
Bascially, I copied code setting from this article…

sefirosu
- 2,558
- 7
- 44
- 69
0
votes
0 answers
Combine 2 JCR-SQL2 queries to 1 query
I need to merge these 2 queries together:
Query 1
SELECT page.* FROM [cq:Page] AS page INNER JOIN [nt:base] AS component
ON isdescendantnode(component,page) WHERE
component.[sling:resourceType]
='wcm/foundation/components/responsivegrid'
This…

superninja
- 3,114
- 7
- 30
- 63
0
votes
2 answers
Javascript to Hide/Show Div using buttons, HTML is in a rich text component in AEM, can't get it to work?
I cannot get this to work.
I have 2 buttons. I also have divs.
When I click 1 button, I want 1 div to show and for the other to be hidden.
When I click the other button, I want the opposite to happen.
They should both be hidden on…

redcactus
- 29
- 1
- 2
0
votes
1 answer
Adobe AEM Workflows - Is It Possible to Modify Payload via EMCAScript
I am working on creating an AEM Workflow. One of the steps in this workflow is a Process that calls an EMCAScript file which renames the Asset if it has spaces:
var workflowData = workItem.getWorkflowData();
var pType =…

KellyM
- 2,472
- 6
- 46
- 90
0
votes
1 answer
How do I learn which AEM CoralUI version I am using?
This CoralUI documentation page has a migration guide from earlier versions of CoralUI.
How do I learn which Adobe Experience Manager (AEM) CoralUI version I am using?

pzrq
- 1,626
- 1
- 18
- 24
0
votes
2 answers
AEM 6.5.0 - Maven Archetype Project - Build Failure
I'm creating an AEM project using Maven Archetype but I keep getting errors:
[WARNING] Archetype not found in any catalog. Falling back to central repository.
[WARNING] The POM for com.adobe.aem:aem-project-archetype:jar:23 is missing, no…

Eman
- 1
- 2
0
votes
0 answers
AEM(Adobe Experience Manager) | SPA Create React popup component that allows users to add other react components
Does anyone know how to create a react component with responsive grid and options so that we can drag and add other additional components?
The goal for us is to create a popup component and within this popup component we are going to name the…
0
votes
0 answers
Using a dataLayer event as a trigger in Adobe Expereince
I am trying to use a dataLayer event to trigger a rule on Adobe Exp.
I've done it before on GTM but I have no testing ground where Adobe is deployed to test it out.
Here's the event, which is pushed into the dataLayer after a specific click.…
-1
votes
1 answer
While publishing page we are getting this error in AEM :: failed to retrieve references for the selected page in aem
We have 3 pages checkout, review-order and order-confirmation page. When we quick publish checkout and review-order page, publishing is happening but when we are doing quick publish for order-confirmation page we are getting below error.
ERROR :…