Hi All,we want to install AEM Forms 6.5 J2EE in JBOSS cluster mode.we are looking for solutions around the below areas,Can anybody please help with if any documentations are available around using some infrastructure automation tools like Chef/Puppet for installing JBOSS in cluster mode.As well addi...
I have been trying to make a semantic change to the default form workspace, but none of the changes I make seem to do anything. I don't seem to have any issue making changes to the HTML templates. If I check here: Adobe Experience Manager Help | Introduction to Customizing AEM form workspace it says...
Hi all,I was going through the AEM Forms Java Docs and came across the class IPreProcessor (AEM Forms API).The description readsIPreProcessor is a service that is called directly before executing any operation. This can be used to do some pre-processing like authorization or request modification be...
AEM Forms Server 6_5_0I'm calling http://localhost:8080/soap/services/GeneratePDFService?wsdl&lc_version=9.0.1 from a .NET component written in CSharp. I've created a service reference to this URL in the class library when I attempt to call HtmlToPdf2( ) I receive the following error:The formatter ...
Hi! We have an AEM 6.4.1 form with repeating panels that have a table in them. They look fine when larger than 760px width, but the headers disappear after the first table in smaller than 760 (phone). Issue seems to be that in subsequent tables, the guide-data-header is empty. In the first table of ...
Hello,I am attempting to change the default login page by following the steps listed here Adobe Experience Manager Help | Creating a new login screen What I want to do is change the background image, but I am running into difficulties. As soon as a new copy of the login.css gets pasted in the apps f...
Let's have a look at the one of the most common use case "Populating Adaptive form text field based on FDM initialized drop-down value". Consider a database table agent_rta_data that has 3 columns siteID, agentID and rtastatus, on form initialize I want to initialize a drop-down with the list of ag...
Hi,We have a process that will convert a lot of documents to PDF/A and for each document we will update a xml-variablewith some data using Set Value - <convert> <result> <filename>test.docx</filename> <status>-1</status> <errorcode>1234</errorcode> </result></convert>is is...
When OOTB drop down list component renders its options into the HTML markup, it outputs an ID "emtyValue" on the first element. This ID is static, and if the drop-down list component is used 2 or more times in the same form, this ID is duplicate. This is raised in the accessibility validation checks...