I'm using AEM 6.1 and using the following code to provide an autocomplete form to select a tag in a Touch UI dialog:<tags jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/foundation/form/autocomplete" fieldLabel="My Tags" mode="contains" multiple="{Boolean}true" name="./cq...
I create a component report and access it by http://localhost:4502/etc/reports/my-component-report.html. I can also get json output by http://localhost:4502/etc/reports/my-component-report/jcr:content/report.data.json.I try to get this json output in Java and then to generate the excel file. However...
Hi,Can anyone post a sample code in sightly which contains getting a node from page, resource resolver , session variable, page to node conversion so that one can understand. Please help.
Hi,Using AEM 6.2 SP1 on windows.I've been asked if we can script an offline backup (stop server, clone dir, start server).Question: How do you suggest detecting the server has stopped cleanly?ThanksJoel
Hi All, Recently I'm facing bundle issue on Author environment, I'm using bamboo job to deploy the package.The issue is after the deployment, the latest bundles are not installed, the bundles are referring to old bundles whereas the package manager shows as installed state and Publisher work f...
Hi All,We are facing issues in capturing previous comment entered by a participant in the default email template used by workflows. There are limited set of variables that can be used in the email as per the documention. Is there any way we can send comments by adding another variable in the same te...
Hi ,I recently came across one of the Gems session which was titled Customizing Touch UIDialog Fields which was recorded on Oct 7, 2015 Presented by: Christanto Leonardo at https://docs.adobe.com/content/ddc/en/gems.htmlJust wanted to know if there is any way I could download the content package t...
Has anyone had any experience of setting up a styleguide / pattern library / component documentation which is used alongside an implementation of AEM?It would be capable of consuming the AEM components whilst providing documentation and support materials for developers and authors. Something like th...
I have created the AEM multi module project and am able to auto sync changes directly to AEM instance (6.2). However, what is the process to install OSGI bundle directly AEM. I see my bundle in console which was created (I think) while AEM multi module project on eclipse as it is creating the file s...
I am getting a Not Found error for the page when I try to hit it through the publish instance.Dispatcher logs show the following - Filter rejects: GET /content/test/en.html HTTP/1.1 cachefile does not exist: /mnt/var/www/html/content/test/en.htmlThe publish-farm.any has been configured on both disp...