Hi,We want to fetch wcmmode value in our custom Javascript file, based on mode some condition needs to be executed. Can you please let us know ways to fetch those.We have tried usingif(!CQ || !CQ.WCM || !(CQ.WCM.isEditMode(true) || CQ.WCM.isDesignMode(true))){}but it says CQ is null, though CQ objec...
We are having the following issue (AEM 6.1):1) Page A exists with alias: 'playground'2) We've opened this page through our dispatcher using the alias 'playground' > everything works as expected3) We remove Page A4) Create a new Page B with the same alias: 'playground' on the same location Page A was...
Hi All,I was trying to understand what exactly is this OAuth authentication.1] Have heard about LDAP authentication. So, where exactly does this OAuth thing come into play?2] Is this a third party tool which we integrate with AEM for authentication purposes.3] Have heard about SSO authentication. So...
I would like to know this new features (Continuous Publishing) in AEM 6.2, but couldn't find document.Does anyone know the links to the adobe documents or any discussion post.Thanks in advance.
In ClassicUI's SiteAdmin panel, there was a column for Template. Does nothing like this exist in TouchUI?I honestly can't seem to find a single way to determine what template a specific page is using in TouchUI. I'm considering overlaying /libs/cq/gui/components/coral/admin/page/columnpreview/column...
Hi,I am using one servlet with import or reference to one API in the jar.I have added jar file as external jar in my eclipse but I am getting build error."package com.mypackage.api.config does not exist"Please suggest how to add jar dependency in my servlet
Hi,I am trying to setup and register an Android device with AEM screens but can't get it done. I am using OOTB geometrixx screens project setup and have my Tablet running Android. I have pointed AEM player to my AEM instance running AEM screens. I can see my device listed under pending devices, i cl...
We have a sample site which has basic template and a page level component. In its head.html we have included the context hub which is not reflecting on the page. The code snippet for head.html of our sample site as shown below:<head><sly data-sly-resource="${ @ path = 'contexthub' , resourceType='li...
Hi,I have a image in local drive. I want to upload that image to in my AEM dam. For that I have written following code.public class ThroughHttpPost { public static void main(String[] args) { // TODO Auto-generated method stub File file = new File("D:\\images\\test.jpg"); byte[] bytesArray = new byte...
Hi - My products are laid out by Series -> Product. So is there a way to create a new cq:commerceType (for my series). I don't want to have "product" commerceType for series as well. What core files do i need to override to achieve this ?