Hi.When I query for other page properties I am getting results and when I do a query for pages tagged with any tag I am getting 0 results even though there are pages tagged with tags.Please let me know how can I debug on this?
Hi,Do you have any tips for measuring the Heap size needed for a DAM Installation?I saw there is this formula on the documentation:https://docs.adobe.com/docs/en/aem/6-0/deploy/configuring/performance/assets-performance-sizing.html#par_text_6Is there any other recommendation you can point me?Thanks
Hi,Let us say we have two web sites, one for en and one for fr.Each needs authors for content creation and approvers for content approval/publishing.The authors for en site are different from those of fr.The same is true for approvers.The content created by en authors should go to en approvers for a...
Capturing workflow comments from previous step to be sent as email notification to next participant step user.My Code is as below. I am always getting the workflow comments from start.My requirement is : Once first participant comment has been passed to the next participant step then this step sho...
Hi All ,I want to crop the image , if the image has "left" word , ex "a-left.jpg" then from the left portion image should be cropped based on some ratio. Can this be down through a workflow ? Please please suggest.RegardsRK
Hi All,I am using custom xtype making 3 textfield as multifield. Data saved under content node is {"groupId" : "1", "groupName" : "Manager", "groupInformation" : "Managers"}Now, under one textfield I want another multifield for two text field so output should be {"groupId" : "1", "groupName" : "Mana...
Hi i've come across some discussions about best practice recently and one of the points raised was around usage of java API to build components insted of javascript API. The arguments were:1 - Javascript will be converted to java classes anyway2 - Use Java to keep consistency across platform (other ...
Hi All,I have configured eclipse Luna IDE with Adobe AEM plugin and created project by selecting available artifacts.When i press CNTRL+SPACE BAR ,i am not getting any code assistance and also files(.jsp,js,html) are not as flat files.What are sort of settings needs to be done to get code assistanc...
I am using AEM 6.0. Using ACS commons for error handler implementation.404 error is working find but 500 error is not working. I am trying to break test by breaking a component with error. But it is not working,Configuration I am using :<?xml version="1.0" encoding="UTF-8"?> <jcr:root xmlns:sling="h...