Hi,How do we create a wrapper component to wrap the Text box, numeric field, radio button etc as a group.So that when we drag drop the wrapper component. all the wrapped components to be included on form on a single step.Suggestions pls.
Hi Folks,The url http://helpx.adobe.com/aem-forms/6/prepopulate-adaptive-form-fields.html details on how to pre-populate the fields of a AEM form, I have a requirement in which the user has to get the query parameter from the url and populate the filed of the form with that query param.Lets say for ...
Hi,we would like to render a PDF/A out of an xdp template and some xml formdata. The OutputService.generatePDFOutput(xdp, xml-data, PDFOutputOptions) should be the right api to do this. The specific adjustments to get a PDF/A should be handed over within the PDFOutputOptions object I assume. The for...
Hi,Could anyone educate me how to implement site search using AEM 6.0 ?Where we should use internal search of AEM or using external search tool is better and better in what terms ?Also, if external search engine is recommended then should we push content to search engine or the other way ?Thanks
I want to design an architecure illustration below:[img]architecture.png[/img]As a result there are some questions waiting for me:a)How to collect these pages message to generate XML file(Because i find the page of part block reference to other template);b)How to merge multi-page to one XML filec)If...
If the FormsService.renderPDFForm("crx:///content/xyz.xdp",...) is called with an xdp stored within the repository (using the crx://.... path), the FormsService retrieves that xdp from the repository using a ResourceResolver inherited from the context of the current request. This works fine, if we a...
Hi Folks,The following link http://helpx.adobe.com/aem-forms/6/output-service.html gives info about generating PDF document in AEM, but I do not find the OutputService class in the jars that come along AEM 6 installation. Please let me know if any of you have tried creating PDF document in AEM witho...
I have installed AEM 6.0 quickstart, and also installed the example described here:http://helpx.adobe.com/aem-forms/6/synchronizing-adaptive-forms-xfa.htmlI am able to open the adaptive form for edit, however the adaptive form data model tab (on left hand side) is blank, screenshot attached. Also, ...
Hi,I would like to use the renderPDFForm method from the FormsService to render a PDF. As input I would like to use an XDP stored in the crx repository. This is a very plain use case I think. To my surprise the renderPDFForm method accepts as input parameter only a filesystem path or a url. (see htt...