Hi,when trying to configure a SOAP Web Service as a data source in AEM Forms 6.4 it's not possible to enter the authentication data although it's possible to select the authentication type i.e. there are no forms fields to enter the authentication information.For the particular case we were selectin...
Mhmm - looks like you are mixing some things up.When you use AEM Forms JEE you don't need and shouldn't use cry-qucikstart, as this is the OSGI version of CRX. AEM Forms JEE already includes that. Also don't copy the repository, it will be created upon initial startup of the server.So you need to de...
You need to do a manual installation (I assume you did a Turnkey Installation for the first instance).Preparation: AEM forms * Preparing to Install Adobe Experience Manager forms on JEE (Single Server) Installation Adobe Experience Manager forms * Installing and Deploying Adobe Experience Manager fo...
Are you runningstandalone.bat -Djboss.socket.binding.port-offset=110from the command prompt? If yes, there should be a console output as well as log output in <jboss 2nd install>/standalone(log/server.log. That works just fine. Now to an important topic. You wrote that you copied the installed/runni...
Hi James,thanks for taking the effort and also providing a workaround solution. What we ended up with is to remove the binding on the field and pass the selected information in another field. Moving forward we'll go with schema binding anyway.Many thanks also to Scott and Jagjeet for looking into th...
Btw. this is a very simple Options Expression I used for testing. Other events show the same behaviour.if (Anwendungsfall.value == 1) { this.items = ["A=A", "B=B", "C=C", "D=D", "E=E"];} else { this.items = ["A=A", "B=B", "C=C", "D=D", "E=E"]; }
This happens only for an XFA template based adaptive form. The DropDown list is bound to the XFA based data model. Creating an adaptive form from scratch doesn't show that behavior.
I'm running AEM Forms 6.3 and experience an issue when dynamically populating a dropdown.On initialize of a certain field I add an array of items to the dropdown using DropDown.items = array. Now when the filed changes I'd like to replace the items with another set of items. That doesn't work. The n...