Hello ,I have extend the GuideDatePicker package com.adobe.aemds.guide.common;public class GuideDatePicker extends com.adobe.aemds.guide.common.GuideField { I would want to write test case for below public class GuideDatePickerObject extends GuideDatePicker {public GuideDatePickerObject() {}public ...
For example, I want to allow the submission of forms through AEM Dispatcher, I will configure to filter like this:/0261 { /type "allow" /method "POST" /path "/content/forms/af/[A-Za-z0-9-]*/[A-Za-z0-9-]*/jcr:content/guideContainer*" /extension '(jsp)'} # allow POSTs to submit AEM Forms under conten...
Hello Experts, I have written a sling resourcetype servlet which is pointing to - @SlingServletResourceTypes(resourceTypes = "MyProject/components/page", methods = HttpConstants.METHOD_POST, selectors = "pdfService", extensions = "html"). To make url simple and meaning full - i have created a mappin...
Hello Experts, I have written a sling servlet (ResourceType) as per Adobe guidelines. And this is servlet is being exposed as a Rest API. Question is how to protect/ authenticate it on Publish instance: On Publish everyone has Read access and resourcetype is pointing to /content/ which has read acce...
Hi,we followed the instructions onhttps://experienceleague.adobe.com/docs/experience-manager-65/forms/letters-correspondences/data-dictionary.html?lang=en#localize-data-dictionaryregarding how add localised values for data dictionary elements. We fully made it through the whole process nearly succes...
I have installed the turnkey AEM 6.5 JEE server on a Windows 10 Pro workstation to try some development.Is it possible to access this server via HTTP from another workstation?I would like to run Workspace and Workbench from another system. It is installed, up and running - accessible on the localHos...
I am trying to concatenate two form fields values into one. In the rule editor, I tried to Concat a string with a field value. It didn't throw errors, but it just won't work. guideBridge.resolveNode("from-hidden").value = Concat("ABC", this.value);I don't find Concat under Functions from the side pa...
Hello, Could any one provide inputs how to customize code rule editor in AEM 6.5 adaptive form. Requirement:- 1>We have form config values mentioned in the FORM using code rule editor2>We don't want authors to change the data entered , if they try to change any value mentioned in the form rules ,th...
We are using the guidedateinput component in a lot of our forms and we are looking for best practices to provide the basic date validation (ie Is it a valid date) It is looking like out of the box there is no validation in that it allows the 31st February to be entered. We do not want or expect the ...
I have custom components that i need to add to my Adaptive form fragments. My fragments still have the default cq:template '/libs/fd/af/templateForFragment/defaultFragmentTemplate'. However my Adaptive forms do have their own cq:template and i was able to add a policy that allows the use of these co...