I have the next line in one of the components I'm working on. my problem is that when in the parsys i attach the other component (for example dropdown).<div class="row"> <sly data-sly-resource="${'content' @ resourceType='wcm/foundation/components/parsys'}"></sly></div> the code result is somethin...
I have a client requirement for creating some gated content. So basically, the page ( which contains some assets) should only be reachable after the user has submitted a form. And the assets should also be not accessible directly without submitting the form. So i have created a servlet filter to ach...
Our org uses adobe campaign. It is thinking of using AEM for a new project. We could just implement zendesk or similar in the AEM site, but then there is no chat history in the adobe campaign side.This page:https://experienceleague.adobe.com/docs/livefyre/implementation/app-integrations/c-app-integ...
Hello AEM Community,We have the problem which I can't understand fully:Was in 6.3:When we were working on AEM 6.3, we were using 2 static templates where some components were allowed:And it was working good. Now in 6.5:According to repository restructure we moved /etc/designs/default to /apps/setti...
Hi,We have an intranet site for employee communication and engagement based on AEM . In UI side we are currently implementing AngularJs v 1.8. We are now planning to upgrade this existing AEM project with AngularJS into newer JS technologies like React or Angular. Based on my research on the inter...
I got a quickstart.jar and license key for development from Adobe.i renamed it to aem-author-4502.jar and if I double click on it on my windows laptop, it works.My laptop is not strong enough to run AEM as well as my dev tools, so I am trying to run it instead on my dev linux box.Its ubuntu 20.04 LT...
I am using aem-commons's contextualPathBrowser (similar to pathfiled component) with a predicate property. The java predicate class will evaluate the nodes and only return children pages(cq:Page) in the path picker for user to select from. Predicate class given below: @Component( service = P...
Is anyone out there running 6.5 on openJDK, for dev and test envs at least? Installing the supported oracle java on headerless ubuntu is difficult, with most how-tos using using untrusted unofficial PPA scripts. Installing openjdk on the other hand is a online line command. Will AEM 6.5 run on openJ...
I have a “download” link (HTML 'a' tag) which has the `href` pointing to Scene7/Dynamic Media URLs. Those URLs are NOT the asset, but an API that provides the assets along with the video player. I tried a bunch of things, here a couple:- Adding download at the HTML 'a' tag: eg '<a href="scene7.serve...
Hi All, We have added custom rte plugins in the Rich-text component in our project where we need to include some html markup using the source edit plugin. Currently we are facing the issues while including the empty tags. E.g. <div class="some-class"></div>We need to include this and there is some j...