Hi All,I am trying to inject one Tab in all my dialog dynamically using Filters. I have done something similar for classic dialog using some similar concept as described in this blog Programmatically adding tabs to CQ dialogs - WE ARE INSIDE Earlier this manipulation was easy as it was on the JSON.I...
Hi,I have a query about dispatcher flush agent invalidate cache.We have configured dispatcher flush agent on publishing instance.When we update any page in author e.g update the image then we can see the change appears in publisher and dispatchers.But when we check in the dispatcher server/opt/commu...
Hello,I have been attempting to export information on our users with no avail from AEM 6.1. Essentially, I would like to export a report in .CSV or a similar format that provides a list of our total users, when they last accessed the system and finally, the roles or permissions that they have been a...
Hi Community!I wonder if you know why there is no 'ja_jp' language node under /libs/wcm/core/resources/languages, though ja node refers to language code "ja_jp" through the property defaultCountry.Shall I add ja_jp node then? Thanks in advanceSergei
Hi All,i observed SpamResources folder are created in aem instllation folder /crx-quickstart..files are looks as SpamResources4858407702974121348SpamResources4206704698277492422SpamResources3950987816969088789etc..Does anybody aware of what is this folder means?Note: Folders are generating with empt...
Hi All,I'm just replacing the felix annotations with OSGi DS annotations for my servlet and I could able to build the project success. Once I deploy the bundle and hit the servlet path I'm getting 404 response in the page and the error log I'm getting this org.apache.sling.engine.impl.SlingRequestPr...
I was migrating the sling:resourceType granite/coralUi3 properties by follwing this helpex article : Migration Guide to CoralUI 3-based — Granite UI 1.0 documentation Where i was trying to modify the textImage component. This article says that in AEM 6.3 layouts have been removed. so i modified my ...
Hey,i just wanted to know, if you can use one widget as a "master" widget? Meaning that you can implement this widget on multiple pages with content. And when the content changes, you can adjust the "master" widget, and all instances of it will follow? Can you do this with AEM out of the box, or wit...
Hello All, We are creating certain users and assigning ACL permissions programmatically, using below code(partial code), which is perfectly working in AEM 6.0 but failing in AEM 6.3, throwing below exception.Coul you please let us know, how to implement the below in AEM 6.3, any helpx do...