We are building some AEM adaptive form components derived from the ootb ones. We are doing this because our client has specific CSS and HTML structure for form elements.We have a text component where we want to define our own display and validation patterns. We have managed to do this ok, but the oo...
I have an Adaptive Form and I'd like to make a given field required via JavaScript. I have tried the following:field.mandatory = "error"field.mandatory = "true"field.mandatory = truefield.required = "error"field.required = trueI have also tried all of the above together with field.validationsDisabl...
Hello, Could some one provide inputs as how to solve the below issue On Adaptive form , We can add multiple components. But my requirement is that each component name must be unique. How achieve it . So if author try to add same name ,it must indicate an error while saving So this will give an indic...
Hi Community, I got these error messages. However, I have removed all component for signature. Did anyone experience this? How did you solve it? Many thanks!
AEM on SP 6.5.16.0applied aem-service-pkg-6.5.16-NPR-40173-B02and then installedadobe-aemfd-linux-pkg-6.0.914. (author running on linux)Restarted authornavigated to a page where the adaptive form embedded using AEM Forms component.Tried to edit the page: it shows "Error during include of 'libs/fd/af...
Hi , I am trying to write a junit for a path based servlet using junit5. The servlet basically reads an input stream (XML format) and then processes that further.I am trying to load XML from class path src/test/resources : private final AemContext context = new AemContext(); @BeforeEachpublic void s...