Whenever I try to submit data on AEM 6.0 forms or do some sort of processing, I see this error in the logs - Caused by: java.io.IOException: Executable does not exist: /Users/adobeuser/Documents/CQ/aem60/crx-quickstart/bedrock/svcnative/XMLFormService/bin/XMLForm.exe at com.adobe.service.ProcessR...
Hi Guys,Does anyone know if it is possible to name adaptive form elements dynamically? For example if I have a textbox and a radio button, is it possible to code this logic into the textbox or radio buttonif radiobutton.value == 1, then textbox element name = firstThanks guys,Afam
Can someone please help me in setting up verify component. I've a XFA based adaptive form and once I drag and drop verify component, before submittig page, nothing is visible in verify component?
the new responsive custom component created is overlapping with the other components. please see the screenshot. any help much appreciated.slightly adjusting the window height fixes the issue. but on page load its always overlapping.
Hi Guys,Please can someone tell me how to code this in the visibility expression of a text field radiobutton.value=="1";radiobutton.value=="2";When I do it this way it only works (makes the textfield visible) when radiobutton.value=="1" doesn't work for radiobutton.value=="2"Thanks,Afam
Hi,I would like to populate a second dropdown box (cq widget, eg xtype="selection") dynamically based on what was selected from the first dropdown via a component's dialog.xml. How do I do this in AEM 6?For example, I have a country dropdown box, when you select say, Australia, the second dropdown ...
Hi Folks,I have a livecycle process that expects a input xml as shown in the attached process diagram. I got to pass the xml value from my AEM Form to this Livecycle process on the click of a button (named downloadPDF). The process gets the XML, Merges the xml to the form design a return the reader ...
How to Create Customized Declarative User Interface components which are going to be reused in AEM Screens ?Declarative components - Tables , Forms, etc
Hi Folks,I was trying the dynamic pre-population of dropdown example provided in the following URLhttp://helpx.adobe.com/aem-forms/6/dynamically-populate-dropdowns.htmlThe example that is provided in the above link uses a AEM Form with no template (neither XDP nor XSD).I tried creating a AEM form b...