Hi everyone, I am working on aem version upgrade from 6.2 to 6.4I did inplace upgrade and getting one dependency issuecom.adobe.cq.sightly, version=[2.5,3) -- Cannot be resolvedI am using Uber jar v6.4 and also tried with import package statement for *com.adobe.cq.sightly:version=2.5.3 <Import-Packa...
Hi, I don't speak english very well, I have a simple component:This component write name of client than give for a parameter on the URL, thus:If I changed the value of parameter, change value in my div, it's OK, but when publish this page doesn't view my component:What is happened? Any idea about th...
Concerning this tutorial on creating a tabular layout dialog, I have a question about the mechanics at work.Specifically, I am trying to understand the following line:if (item.hasOwnProperty("multivalues"))I understand that `item` is using `properties` (org.apache.sling.api.resource.ValueMap) to tr...
I have java 8 x64 bit version installed. I just downloaded/opened the AEM jar file. After it ran and opened my browser I received the following errorDoes anyone know how to fix this?org.apache.sling.scripting.jsp.jasper.JasperException: Unable to compile class for JSP: An error occurred at line: 2...
Hi, we are trying to use ContextHub to implement personalisation (segmentation) on our website.We were able to implement it correctly. Everything is OK, but in some computers, we don't know why, the screen flickers before displaying the final content.In some computers:a) First, it displays the Defau...
We've had a question from the content editors that I can't find a solution for.When creating test content, they are currently doing this on the live environment. This is because a lot of the customers reviewing the test content don't have access to the author so can only see it once it has been publ...
Hi all, I want to build a sample AEM SPA Editor application. Earlier I raised a question on Hello World Tutorial @Getting Started with the AEM SPA Editor - Hello World Tutorial https://helpx.adobe.com/experience-manager/kt/sites/using/spa-editor-helloworld-tutorial-use.html. The forum post URL is ht...
Hi,We are trying to sort assets alphabetically in list view through "name". To implement this feature we have overlaid "/libs/dam/gui/content/assets/jcr:content/views/list" to apps folder and set the sorting property to "true". Now there are 2 properties set at list view node which are "limit" and ...
We are getting the below exception while tryig to process a excel file and update the nodes. Please can you let us know if any config changes need to be done.java.lang.NullPointerException: null at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:192) at org.apache....
I want to capture data from my html form and post it to a jsp servlet residing in AEM. Is this possible? Also is it possible to call a OSGI method which may be running as a background service directly from an HTML page? I am getting error:500 when I try to post data into a jsp file which is residing...