Hi guys,I want to add workflow to check if the page is active or not? I have try with following code, but couldn't get success;function check() { if (workflowData.getPayloadType() == "JCR_PATH") { var path = workflowData.getPayload().toString(); var node = workflowSession.getSession...
Is it possible to use a Social component from the SCF outside of communities? Namely, we would like to extend components such as the comments component (/libs/social/commons/components/hbs/comments) to a normal AEM sites app without having to instantiate a community site project within that app. Tha...
Good afternoon,I am working with AEM 6.4 and i have an issue. I attach a video where you can view the problem. It is only in my text component.Someone can help me...Video of the issue : https://drive.google.com/file/d/1iHg_O6aifoL58wFstPHL0KP7lktdDjKB/view
We are on 6.4.3, and don't see the coral3 replacement for following resource types. Is there any reference to these?1. cq/gui/components/authoring/dialog/note . 2. granite/ui/components/foundation/section3. /libs/granite/ui/components/foundation/layouts/tabs - We don't even see layout folder insi...
Hi,I am facing compilation problems due to dependency is not getting resolved between bundles.Interface A is in Bundle A. Abstract Class B implements A in Bundle B. Added A dependency in B pom.xml. Now Class C in Bundle C extends Class B from bundle B. Hence added bundle B dependency in Bundle C pom...
Hi,Typically, In any system, including AEM, the code is maintained in a source code control system, like SVN.In here code is checked in and out.But, in AEM, how could we extend this check in and out feature to the content as well?I am aware that in JCR, even code is treated on par with content.Appre...
Hi Team,We are using sling servlet with POST method in our AEM6.4 application. We are receiving "504 Gateway timeout" response, due to long processing (we are connecting to external service from sling servlet) time. Could you please let me know, if there is way to fix it like changing timeout for sl...
Hey Guys, If I'm going to use two different projects on the same AEM instance and both of them will be using SAML as SSO. Can I use the same IDP for both of them? Or I will need two different IDP with 2 different IDP certificate. I am in this situation where I have to projects that need to use the s...
Hi Guys,I was using the Adobe AEM 6.4 and I'm including a component using the code below.<sly data-sly-resource="${'menu_vertical' @ resourceType='ATT/components/content/menu_vertical',decorationTagName='div',cssClassName='att-componentheight'}"/>But I put editConfigListener on the component to refr...
Is it possible to integrate AEM with Varnish cache instead of Dispatcher. Anyone have an idea about that configuration. If knows could you please share the step.