Welcome to all the new members who joined this month! We’re excited to have you in the Adobe AEM Community. Whether you’re brand new or have been here a while, this space is all about learning, sharing, and connecting with peers who get what you do every day. In a world where so much is automated...
Facing below error while trying to open the pages in the TouchUI. Please let me know what could be missing - Env = AEM 6.0 + SP2Exception:java.lang.NullPointerException at org.apache.jsp.libs.cq.gui.components.common.pathbrowsers7.render_jsp._jspService(render_jsp.java:198) at org.apache.sling.scrip...
Hi experts, I am working in an AEM app which does following - User submits the data through AEM formsWe collect the data in AEM form action jsp and make a string We store string in a session (HTTP session i.e. session.setAttribute )AEM redirects user to a thank you pageWe have a “Call to action” on...
You can create an Adobe Experience Manager (AEM) Headline component that you can use in your AEM web page. A headline component lets you website visitors view latest headlines about a specific subject. That is, you can enter keyword into an AEM dialog and the component will display headlines related...
Hey guys,I have been working on integrating a client's SSO with AEM 5.6.1. They are using ADFS and SAML.I have successfully configured the SAML integration handler and the protected node is happily bouncing to the client's ADFS log-in screen when hit with the browser.The ADFS is then posting back to...
I was wondering if anybody has experience out there with hosting AEM in Amazon Web Services and if they had autoscaling setup, eg as load increases spin up another dispatcher and/or publisher? If so can they share if this is a sensible approach to take? This has been marked as a significant requirem...
Hi All,1] I have a dialog wherein I can select any one of the six colours. Based on the color selected, the component div should be applied with corresponding css classes.2] If I had only two colours in the dialog I could have done something like <div class=" cssrelatedstuff ${properties.colour=='Wh...
Reviewing the information about the AEM6.1 Responsive Grid, http://adobe-marketing-cloud.github.io/aem-responsivegrid/ and http://www.slideshare.net/GabrielWalt/aem-responsive Slide 11 indicates that when nesting layout containers, the number of columns should be fixed and not reset. But in my attem...
am trying to setup the HTTPS ssl for AEM by followoing the below documentation.https://docs.adobe.com/docs/en/aem/6-1/deploy/configuring/config-ssl.htmlbut from the error log i can see that it is failing the map creation process. any help what might be the issue. 06.04.2016 11:48:47.123 *INFO* [CM C...
Hi Community Please have a look at this interesting tool by Chetan Mehrotra:Link:- http://oakutils.appspot.com/generate/indexThank you Chetan for the excellent work. Thanks and RegardsKautuk Sahni
Hi There , I'm using a custom sling model which i have annotated to be adapto from resource and singHttpServletRequest .I have designed my model with the fields same as in my form ,Example : My form has fields "Name", "Age," "Address"my model also has these 3 fields all injected using "@Inject @Name...