Hi All,I have seen few documents on how to use Spring MVC with AEM , but could not find anything on how to integrate Spring Boot with AEM. Can Spring Boot be used with AEM ? if yes can you please share some useful links on how to do it.
Hello everyone, I have this ArrayList list which is not empty. I am willing to iterate through it using HTL sly tags. What I've tried is:${model.list.size}-- this doesn't seems to work. I wrote a function in Jave which returns my list size and I can see it's not empty. Else I tried was:This again re...
Hi Team,We are in process of migrating our applications from AEM6.2 to AEM6.4.1.0. We are using RTE plugin with hybrid multiple in-place editors and we found that All RTE plugin options like superscript,subscript,misctools are not coming in full screen mode (When using editor mode as text, its worki...
I am getting a concurrentModificationException when I am trying to run a query. This is just reading the nodes and no actual modification is being done. Our environment configuration is 3 AEM instances cluster on Mongo. Exception details below. Any pointers highly appreciated.Caused by: java.util.Co...
When there is a change in header and footer then all of the site pages gets invalidated in dispatcher. This causes an increase in load on publish instances as dispatcher has to fetch all the pages again to serve new requests. What is the best way to avoid this instant load on publish instances ? Do ...
Hello all,I want to create a form page in /etc path for specific admin user, the form with couple of fields and submit data in mysql db.This is what I am doing here:I have created the form component 3 fields with add button. I have new page in /etc folder in my project folder which has sling:resourc...
I am looking for a way to drag and drog image file using coral 3 within the dialog (as shown below). I was able to do this with coral 2 and was wondering how to do it with coral 3.Can someone provide me the code to do this?
Hi,We are in the process of upgrading from AEM 6.2 to AEM 6.4 (SP4) We use OOTB forms (The old forms - /libs/foundation/forms). We used to have links in the validation message to direct users to our support if forms fail to submit but now it is showing the HTML instead of the link.Anyone else faced ...