I am under the assumption that AEM uses some kind of special JS engine under the hood or does some kind of conversion into Java or something crazy. However, it is hard to really know what is going on through the documentation and web, so I was curious if anyone knows what version of JS the use API i...
Hi, I am wondering if there is standard way of creating a signup flow in AEM. I need to create a signup form, sending out an email with activation link, forget/reset password functionality, disable account functionality, ...This can all be developed of course, but it will be time consuming to figure...
I have to use below mentioned ProductUse class in 6 different components in a same template.<sly data-sly-use.productUseBean="com.training.use.ProductUse">As of now i am defining this all the components. How to define it once in template level and use it for different components? Thanks in advance,D...
Hi Team,I have tag1, tag2, tag3 and tag4. I need the pages which don't have tag4.Example:Page 1 has cq:tags=[tag1, tag2]Page 2 has cq:tags=[tag1, tag4]In this case, I need only "Page 1" as output but not "Page 2" as it contains tag4.I used the below query -path=/content/geometrixxtype=cq:Pagepropert...
I have one situation of having one single AEM 5.6.1 author instance(author1) with 300GB of DAM repository on one drive (called as app_2, This drive Max .capacity is 500GB) and i have other repository with 160 GB of DAM repository on another drive(called as app_3). I want to configure author1 instanc...
Hello guys!! I was looking as long how change the password of the admin account and the solutions of others doesn't work for me, most people said about change the pass by Tools -> Operations -> Security -> Users :But in my case the "Change Password" link doesn't work, it suppose to open a floating w...
I need to evaluate JSON file kept on some path in JS file.path = "/apps/ademo/components/structure/basepage/mapp.json";Like in dialog listener JS , we do - var x = CQ.shared.HTTP.eval(path);I want to evaluate in component specific JS file.(When i use "CQ.shared.HTTP.eval(path)" in component spec...
I get this warning when building my project.[WARNING] Component <insert class name here> is using the deprecated inheritance feature and inherits from com.day.cq.dam.commons.process.AbstractAssetWorkflowProcess. This feature will be removed in future versions.Looking at https://docs.adobe.com/docs/e...
Hi,Is there any exhaustive list of ports where AEM can be started? I am starting aem(version 6.1 and 6.2) on port 6000 and it gives error "site cannot be reached".Thanks
Hi,I'm using AEM 6.1 and I'm using OOTB Text and Image component to upload & crop images. When I crop the image, I get imageCrop properties populated with x,y,width,height values. This crop values differs with my local and DEV environment. I used the same image with same cropping in my local and in ...