Problem to solve : to implement gated content on documents or (assets) tagged with a specific tag,if a tag is used and a self generated cookie in not present i have to redirect the user to a form to complete and on the successful submission of the form a cookie will be created. then the user can do...
I' using AEM 6.4 where I've implemented the custom workflow step functionality as an OSGi Service and trying to determine which workflow step I'm currently based on the custom- 'Workflow Stages' created and assigned to each step. (refer screenshot below).I'm able to see the correct workflow stages a...
Hi, I written one service and then installed as osgi bundle , it is working on author instance, but not working on publish instance Below is the issue:Unresolved compilation problems: Only a type can be imported. sample.core.service.FeedbackService resolves to a package Only a type can be imp...
There are multiple sites in AEM. I want to switch header depending on site. Is there any in built AEM function to get site name in template.I know I can do it by creating helper but I am looking for AEM built in function to get site name.
Hi All,As I can check there are multiple issues with different types of listeners we are facing in AEM 6.4, SP-1 & SP-2.First Listener:The below listener is getting called in AEM 6.4, SP-1 & SP-2. But, its not giving the changed and added property. It only gives the resource path which got chnaged a...
Hello Everyone,When I pull the source code from CRX Lite to IntelliJ, the error (java.lang.ClassNotFoundException: com/day/jcr/vault/cli/VaultFsApp) happens..Can you help me fix this error?I have configured the filevault step by step, as shown in the following illustrations.RegardsChung Yong.Step01 ...
@Hi all,We have authored a page and the nodes on the crxde getting created based on the sequence of the authoring. Let's say, I have 3 parsys on page par1 , par2 and par3. If I start authoring with par3 - it will be first node that gets created and then if I author par1 and then par2, then the order...
Hi Team,I have multiple parsys in my page which restricts the components that can be dragged on them. Customer need different text rather than "drag components here". I read some blogs and found that /libs/cq/gui/components/authoring/editors/clientlibs/core/js/model/Inspectable.js has the text hard...
I have to create custom mail service using default mail service for sending different emails. I have to read the two parameters from sling servlet i.e. targetUrl and templatePath which will be used in custom mail service for appending each outgoing email. anyone has idea ?