Simple question. I want to be able to use the updated interfaces and new features offered in Java 11. AEM documentation says it supports java 11. Can I use it to compile the code? Will it work fine with Cloud Manager? Please advice. Thanks
I am working on an editable templates AEM project and I need to change the favicon on the site, what I am trying to do is use the resource's path so: <link rel="icon" href="./ui.apps/src/main/content/jcr_root/apps/mysite/clientlibs/clientlib-site/resources/favicon.ico" /> But this is not working, wh...
Hi,I am trying to adapt OOTB ContentFragmentList sling model.I am extending OOTB ContentFragmentList.At Line 28, While evaluating the right side, I am getting the expected result as a List of content fragments. But it's throwing below exception while assigning the value to the right side.Caused by: ...
I'm wanting to modify the Initiator field value on the WORKFLOW INFO tab on the Work Item page in AEM 6.5. Currently it displays the ID of the workflow initiator. I want to change the value to the name of the initiator. I've searched documentation and have dug around in CRX, but I am a bit lost on h...
Hi,We are trying to create a filter component (that filters results based on tags). Query should accept parent page from which the pages will be shown as a list. We got the value that is given as input on the component. We got it using Sling Model. We are trying to pass it to Service class, in order...
Hi all, I'm facing an issue which is very strange. I'm creating a csv file and sending it as a response for the search result. .csv file is created and sent as response but not downloaded bcz of the dot character appearing in btw the assets properties. You can notice in the screenshot. Has anyone f...
I am using AEM 6.5 AND i have a component in which RTE plugin is available for the description field. Through this RTE I can add table to my description. I wanted to have some enhacements like adding color to cell background, font color, alignment etc.Can someone suggest best approach for this? Than...
Hi,In AEM 6.5, I have a scenario where two components of same resource type is being used on a single page with different content, which needs to be sent for translation using connector. And only one among two is being sent. I tried by implementing filter include node pattern in "translation_rules.x...