Hi, I have a custom workflow from which i trigger update_language_copy workflow from my root "en" language to other languages say "fr" if a language copy already exists. once this update_language_copy workflow finishes, the launch is getting created at "fr/xyz" page however, it does not pick "en/xy...
We are working on building aem search query using REST API, Tag based conditions are include & excludeTags.We are able to use tagId in the include tag options which includes all the children tags and backlinks in the query while we are not able use tagids for the negation, I have to use property for...
I'm trying to understand how dependency injection works in OSGi (specifically Apache Felix as used in AEM). I have a servlet with an `@Reference` annotation on a field that references an interface -- in my case, it represents a secure document signing provider. I have an implementation class that im...
Hi to all,Could someone tell me, how to download an older version of dispatcher?I need to update the dispatcher (for Apache 2.2) from 4.1.9 to 4.1.12, but I could only find the latest version.The official download page currently offers 4.2.2 only:Dispatcher 4.2.2Is there any archive download page?
Hi Team,1. How can I store multiple tags in a component's node. I can select multiple tags in dialog but its not saving in JCR node, taking the first selection only.Below is the screenshot showing all the properties I have used :2. My tags data is not pertaining while reediting the component, I don'...
the methods I coded :@Override public byte[] generateOutput(final String formPathNm, final byte[] inputData) throws IOException, OutputServiceException {PDFOutputOptionsSpec pdfOutputOptionsSpec = new PDFOutputOptionsSpec();pdfOutputOptionsSpec.setFileURI("\\opt\\abc\\pdf\\abc.pdf");RenderOptionsSpe...
I have a set of radio buttons (top, center and bottom). My requirement is such that I have used the property "checked" as true to show "center" as the selected one when the component is dragged and dropped on the page. If I open the dialog, selects the radio button "top" and click submit, I am getti...
AEM provides the property "maxlength" for textfield in touch UI but it doesn't work for richtext. Is there any property similar to maxlength for richtext which can perform the same functionality.
Hi Everyone,Does anyone have any experience using the google drive API in AEM? I already made and tested the Java code to make the necessary calls to the API but I'm having trouble integrating it with AEM. I already have the google jars as an OSGi bundle and I have the code below to populate and ret...
Hi, I need help for the same taglib problem from this threadError "File /META-INF/tags/HelloTag.tag not found" when creating custom JSP Tag lib My environment is AEM6.2 with all the patch installed, i read through the sling jira SLING-7044 and i saw it solved on Scripting JSP 2.3.2 , and i ...