Hi All,Is it possible to centre align a line of text on an AEM 6.2 Form ?I have tried setting the Text Align setting in the Style options, which does not appear to make any difference.I have also tried settings the CSS Override to text-align:center which also does not appear to make any difference.T...
I have managed to resolve this. I think. In case anyone is interested, here is a rough guide :-1. Install AEM Developer Tools for Eclipse (https://eclipse.adobe.com/aem/dev-tools)2. In Eclipse, open AEM Perspective3. In Servers tab, add an Adobe Experience Manager Server, and check that port...
Hi All,What is the best method or practise for adding an AEM 6.2 Form to an AEM 6.2 Eclipse project ?Is it possible to “transfer” an AEM Form from a Server into Eclipse ?For example, I have created a simple “Hello Form” using the Server’s AEM Forms interface (http://localhost:4502/aem/forms).This cr...
Thank you for your responses. For the benefit of anyone else who wants a "simple" set of instructions how to create a POST request handler for AEM 6.2, here goes :-1. Install Maven and install Eclipse IDE for Java EE Developers2. Run the following Maven command to create the Java project in the c...
Thank you for responding.In the tutorial https://helpx.adobe.com/experience-manager/using/custom-sling-servlets.html , in section "Add CSS and JQuery files to a cq:ClientLibraryFolder node." , it mentions :-To add CSS files and the JQuery framework to your component, add a cq:ClientLibraryFolder nod...
Hi All,Is it possible to invoke JSP code in AEM 6.2 following an HTTP POST request?I have managed to get it working for HTTP GET but I can’t get it working for HTTP POST.I have listed below the steps I have gone through so far to get JSP code running with HTTP GET and to try to get it working with H...
Hi All,Is AEM Developer Tools for Eclipse (https://docs.adobe.com/docs/en/dev-tools/aem-eclipse.html) compatible with AEM Server version 6.2 ?Thanks,Robert