Hello Everyone,I have a multifield which stores data in node structure. I am using sling models to read it. When i drag and drop the component,I get following error"org.apache.sling.scripting.sightly.SightlyException: Identifier com.test.core.models.WCMUsejsDemo cannot be correctly instantiated by t...
HiI was creating an asset metadata dropdown form feild and populating it with options from a JSON file. As long as I pass the path of a JSON file to the dropdown, it is populated fine. But when I try to pass path of a servlet to the JSON path in the form feild, it is no longer being populated.The pa...
Hi,We have gone through the official link https://helpx.adobe.com/experience-manager/6-3/mobile/using/phonegap-single-page-applications.html for Single Page Applications. Here example is talking about Geometrixx implementation but in AEM 6.3 version there is We.retail app is provided for support.So ...
I have performed the preupgrade tasks on 6.1 and the preUpgradeHCStatus.properties file returns true. Then I stopped the 6.1 instance. Moved the 6.3 jar into author and unpacked the jar. Then, I tried to migrate the repository to the latest oak by runningjava -Xmx4096m -jar aem-quickstart-6.3.0.ja...
Hi Everyone,As Google is moving to a more mobile centric focus in algorithms determining organic search rankings. We have been advised that they look at the total time ALL files take to load, with all testing done on 3G connections. Our current load time is being measured as 10 seconds, using https:...
Hi All,We have a requirement where assets and content fragments are going to be created in a folder "ABC". We have a custom metadata schema associated with this folder.However the problem is that for any asset upload, the title property has to be dc:title and for content fragment it has to be jcr:ti...
Hello everybody. I have an issue.I'm working in 6.2 and my client want something that let the customer to upload multiple files together.I saw there is upload form from AeM, but it allows only 1 file.How can i achieve this?
I have parent asset node inside the AEM CRXDE (/content/dam/parent). inside the parent node folder multiple child nodes are there .Using Asset API how can i iterate the child nodes.?After that i have to read/write properties.!