Questions tagged [aem-6]

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.

336 questions
0
votes
2 answers

AEM- Activating page references in node properties along with the page

I am working on AEM 6.2 and have created a custom replication module. I have some properties in my page's child nodes under jcr:content,whose values are the path field to another pages in the same website. when I am activating a page, I need to…
Anjali Shyamsundar
  • 527
  • 1
  • 5
  • 14
0
votes
1 answer

Which three AEM jar names will start AEM in author mode?

Which three AEM jar names will start AEM in author mode? (Choose three.) A. quickstart-4502.jar B. cq5-author-p4502.jar C. aem-publish.jar D. cq5-author-4502.jar I found this question on web. Is this question is valid?. After reading the AEM…
Riding Cave
  • 1,029
  • 1
  • 15
  • 32
0
votes
1 answer

show and hide tabs dynamically in touch ui -AEM

I have a requirement, where I need to show few tabs on selection of a value from a drop down. I have done this in classic UI. But not sure how to proceed for Touch UI. I know that we can use JQuery, Can anyone let me know the approach I can use.
0
votes
1 answer

Is there a way to pass a property of a node in AEM to its sling:resourceType and access that property using sightly?

I have a node created with sling:resourceType property which has path pointing to a sightly component, where in, this component is used to populate drop down values in a dialog, dynamically. In my dialog, I have multiple drop downs which I need to…
Sai
  • 25
  • 9
0
votes
1 answer

How does sightly HTML files access global implicit objects in AEM 6

Unlike inclusion of global.jsp with every component jsp in CQ5, sightly does not include any such dependency. How does it actually access all the global objects. What is the backend process of it. And how sightly code compiles to java??
0
votes
2 answers

AEM 6.1 Uber Jar Maven Dependency

I am using AEM 6.1 with Maven as the build manager. I have updated the .m2 local folder with the unobfuscated UberJar provided by Adobe. I am getting the following error: ERROR [JobHandler:…
ItzGatze
  • 3
  • 3
0
votes
3 answers

AEM 6.2 Adding new fields to folder settings but data is not saved

I tried to add some fields to folder settings. To do so I overlayed the file "/libs/dam/gui/content/assets/foldersharewizard" in my apps. Added a new tab and 2 new checkboxes. The new tab and fields appear, but they don't save their values neither…
ch0ke
  • 11
  • 4
0
votes
0 answers

Getting java.lang.NoClassDefFoundError: com/day/cq/commons/Filter

Getting the below error message when we are accessing any page in our site even though the bundle is in active state: org.apache.sling.api.scripting.ScriptEvaluationException: javax.servlet.ServletException: java.lang.NoClassDefFoundError:…
user2930621
  • 17
  • 2
  • 11
0
votes
1 answer

What is the difference between CQ5 and AEM 6.x? What are the major differences?

When I say CQ5 I mean the version 5.5. I would like to know the major differences in features. I have seen AEM 6.0, the core of it is the same as CQ5. I checked out the examples, all the examples are the same, the only difference I found was the UI…
Oliver
  • 6,152
  • 2
  • 42
  • 75
0
votes
2 answers

Deactivated page is available after package replication

This is the scenario (CQ5.6). Let's say there is the following node /content/geometrixx/articles, with articles inside of it. In author instance I create a package as a backup of that node. Then I deactivate article1 inside of articles, if I try to…
ronnyfm
  • 1,973
  • 25
  • 31
-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 :…
-1
votes
1 answer

Getting values of other components in aem

I have created 2 components (component A, component B) and 2 pages(page A,page B) in AEM 6.4. I have added component A to page A and component B to page B. My requirement is to display the value authored in page A to page B. How can I achieve…
-1
votes
1 answer

AEM 6.2 Local Setup Core Bundle Issue

And I have installed AEM 6.2 my local setup Then Created a new project using maven archetype. When I try to edit the site content of my page It gives This error. Then I found the issue was not installed com.adobe.cq.core.wcm.components.core bundle…
Sajith Vijesekara
  • 1,324
  • 2
  • 17
  • 52
-1
votes
2 answers

Can we implement AOP with or without Spring in AEM 6.x?

We need to add some detailed level of logging in or AEM Models, Servlets and Services. I wanted to know if we can do thing by implementing custom AOP in AEM or by using Spring AOP within AEM. Does anyone have experience working on this? PS: For…
Oliver
  • 6,152
  • 2
  • 42
  • 75
-1
votes
1 answer

AEM internal Redirect and Resolve nested content

I have the below content structure. site - de - category1 - 2001 - quarter1 - blog_about_vegan - blog_about_flowers …
Jithin Kumar
  • 49
  • 1
  • 9
1 2 3
22
23