Hi Team I am working on some hide and show logic on form-options-input component. I have written js script in form-options-input.html which is working fine however when I move this script to clientlib it is not working atal. I can see clientlibrary called in edit mode but I want changes to work ...
I'm trying to retrieve the package binary zip file using PackageManager API and not having much success. To elaborate, I have a custom workflow step running on AEM author 6.5.16 on-prem, where the package exists. In that process, I would like to obtain the package binary content programmatically and...
Hello everyone,Attached is a "small" topic that I'm trying to solve and need help. Description:Show and hide multiple text boxes and form fields depending on dropdown form or any other posible button selection.If I may formulate it in Excel manners.If "Niko" is in the drop down, only the fields inte...
If an image is present in AEM, I am deleting it and then downloading the updated image through assetManager.createAsset(). After downloading, the image is updated: for example: http://localhost:4502/content/dam/torrid/pdp-assets/185/007/18500707/18500707_av1.jpg If I access image through this url...
In the post servlet binded with the resource type gives error java.lang.IllegalStateException: Request Data has already been read while saving the dialog of component to which it is binded to. InputStream stream = request.getInputStream();This is the first line of doPost inside try block. How to ...
I need to set the workflow end date and time in node. like how I am setting the worfklow initiator name: String workflowInitiator = workItem.getWorkflow().getInitiator(); if (node.hasNode("jcr:content")) { node.getNode("jcr:content").setProperty("InitiatedBy", workflowInitiator); } How to set ...
my POM details are as below <configuration> <nodeVersion>v10.16.0</nodeVersion> <npmVersion>6.10.2</npmVersion> </configuration> I have latest version of node installed in my machine
Hi all, I would like to generate script element in sightly as shown below and I've sightly list which gives me name & text. ---- SIGHTLY LOOP--- <sly data-sly-list.page="${testModel.faqs}"> name: ${page.name} text: ${page.text} </sly> ------------------------------------- EXPECTED OUTPUT:...