Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 5/11/23
    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 ...

    Views

    236

    Likes

    0

    Replies

    0
  • 5/11/23
    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...

    Views

    235

    Likes

    0

    Replies

    0
  • 5/10/23
    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...

    Views

    240

    Likes

    0

    Replies

    0
  • 5/10/23
    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...

    Views

    676

    Likes

    0

    Replies

    4
  • 5/10/23
    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...

    Views

    193

    Likes

    0

    Replies

    0
  • 5/9/23
    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...

    Views

    450

    Likes

    0

    Replies

    2
  • 5/9/23
    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...

    Views

    312

    Likes

    0

    Replies

    1
  • 5/8/23
    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...

    Views

    798

    Likes

    0

    Replies

    5
  • 5/8/23
    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 ...

    Views

    306

    Likes

    0

    Replies

    1
  • 5/5/23
    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...

    Views

    347

    Likes

    0

    Replies

    1