We are using XFA forms to generate formatted output from a quality management system. I'm trying to modify the form to display a "No Value" message when there is no data from the system to output.I have some javascript to check the values:{if ((oField.rawValue == null) || (oField.rawValue == "")) { ...
Dear All,since AEM6.4, the new or updated in UI custom workflows go to /conf/global/settings/workflow/; the runtime code for them is generated and put to /var/workflow/ subtree. To make an update, I should use, again, the UI and press SYNC there regenerating runtime.Now the question: how to do the s...
Hi All,I am using AEM personalization feature in order to target content for specific users.My question is how do we enable content targeting on the Editable templates i.e. when we go to the template editor(aem/start.html -> Tools -> General -> Templates) where we author the initial content and temp...
Hi Team,I have created a simple maven project which queries AEM 6.4 repository and sends the mail with query results in excel attachment. I am using Apache POI Api to create excel. To add the POI jar, I used depfinder(/system/console/depfinder) and got the below dependency details.<dependency> <...
Hi Experts,We are applying the watermarking as per below Link: Watermarking But getting the below error:com.adobe.granite.workflow.WorkflowException: Process execution resulted in an errorat com.adobe.granite.workflow.core.job.HandlerBase.executeProcess(HandlerBase.java:204)at com.adobe.granite.work...
I am trying to install and deploy my package to AEM but it fails on <install-package> with the following error:*ERROR* [qtp1081273488-2048] org.apache.jackrabbit.vault.fs.impl.io.DocViewSAXImporter Error during processing of /etc/scaffolding/resource/jcr:content/cq:dialog: javax.jcr.nodetype.Constra...
Recently we installed SP3 on AEM 6.3 after installation it's all working and restart also worked good...but when we do deployment in Higher environment after installation of sp3 it is getting failed and start up is not happening after that , as we are seeing bundle errors as below.What could be the ...
Hi,I am relatively new to AEM and have been playing around with the we-retail sample site on AEM 6.4.I am trying to change the message for the all new winter collection on the demo site.I have gone to the language master for the English page and I got the following screen when clicking the configura...
Hello,I am using the coral autocomplete (granite/ui/components/foundation/form/autocomplete) and a custom datasource for filling the options to be displayed. I am using this on a custom component, on the author dialog.This is the code used on the datasource.jsp for sending the options to be displaye...
Hi all,I want to user rict text editor for text area in form for client user. How to use ckeditor, or other rict text editor of aem in etc/design/myapp/clientlibs? I want have a same riect text editor as AEM forum or ckeditor basic. I tried ckeditor basic from ckeditor.com and add it to etc/design/m...