I am trying to scan AEM multi module project using sonar and got the following error. I have uber jar 6.3 version in pom files.[ERROR] COMPILATION ERROR : [INFO] -------------------------------------------------------------[ERROR] /var/lib/jenkins/jobs/Experiments/jobs/SONAR-TEST-Modules-Scan/worksp...
I have a custom property in my metadata schema editor "trackingId". I want to see this custom property in the list view of assets. How can i achieve this?
Hi Team,I have one compare functionality on my page, once user will select the card from main page(maincompare.html), it will open a pop up window with all selected card and once user will click on compare button it will redirect all the selected card value on new page( compare.html).After click on ...
Hello,i have a problem in AEM. A element is via drag/drop behind the latest line "drag components here". I will delete this, but i can't select this. What can i do for delete this item. (Checkbox)
I'm currently try to find the way how I can restrict the using "source mode" for RTE only for administrator.So I need to get a current user in js. I found out that for Classic UI we can use "CQ.User.getCurrentUser(). What is the way to get this User on Touch UI?Or it will be better to use Java API f...
In our application, we have implemented search using "fulltext" property. While this is working fine for single query string, when we enter query string with multiple words (e.g. insurance products xyz), there is an issue. Only when all the multiple words individually have results, we get the result...
I am using AEM 6.4 version and I am totally new to AEM. I am trying to develop a website following the steps given in the below link.Getting Started Developing AEM Sites - WKND Tutorial I am in part 4 of the tutorial (Getting Started with AEM Sites Part 4 - Developing with the Style System)My probl...
Hi guys,I was wondering if you have a working example on how to create a custom console on AEM 6.3 or some docs that could help me with this tasks.I have already tried the samples available on Github but they have been done, if I'm not wrong, for the version 6.0.Thank you!
I'm working on enhancing an existing ecommerce page. The product is created using scaffolding, a page is created and the product is imported into the page. One of the product parameters is a sale date. The client wants the product and the page to be automatically deactivated and deleted when the sal...
I have created a component on AEM server, say server1, which can be dragged/dropped to a site page. And, all the code related to the component is on server1(client and backend) only. Now, What i want is to use this component on other AEM server too so that i can dragged/dropped on site page on other...