Hi,Recently, I came across a weird requirement of being able to Invoke an AEM page from a Java page (Non-AEM).In other words, let us say we have a regular Java/J2EE Web Application.From one of its pages, by clicking a button, we should Invoke an AEM page.I replied telling that it has to be all page...
hi Team,Our project was running on AEM 6.0 where we created our existing pages. After upgrading to AEM 6.1, we installed the existing pages using package manager. All our components/templates/clientlibs got installed perfectly. But when we try to open the new page and drag/drop new components from s...
Hi,I am using import statement com.day.cq.wcm.webservicesupport.ConfigurationManagerFactory in my java class. But am getting a compilation error that the import com.day.cq.wcm.webservicesupport.ConfigurationManagerFactory cannot be resolved.Below is the maven dependency I used. <dependency> ...
Currently, if a user has no access on the repository but since SAML is configured is authenticated and posted back to AEM instance, it shows a default 404/403 page. We want to customize that page. However, the documentation here mentions that it's not recommended. What's the best way to display cust...
I have a requirement of allowing a user to log in automatically while landing on a page if his email address(stored in a cookie) matches with the one stored in repository. Any guidance is appreciated. Thanks
AEMIs it possible in the dialog config to hide items in the table properties. I know we can set defaults, but I would like to hide the width, height, caption, border, etc. And have those all be controlled with CSS, and not allow the author to adjust them. Thanks!
Hi All,I am using wcm/foundation/components/responsivegrid for changing site to responsive using bootstrap with it. Every other component is working except OOTB column control (libs/foundation/components/parsys/colctrl).When I am using responsivegrid place holder, and drag and drop colctrl component...
Hi,I'm working in a version upgrade project from CQ 5.5 to AEM 6.2. Our code package requires some dependency jar's(all are present in one package) which were already present under felix console. But whenever we install a new SNAPSHOT, all the dependency jar's were getting removed and making the cod...