Hello All, I am trying to see if it is possible to cache the header and footer in dispatcher so that when any page is called for the first time, at least the header and footer is used from the dispatcher cache created from first page that was hit on the site.I found that if we do <sly data-sly-resou...
Team, I am unable to open any edit dialog for aem components.Please let me know if there any service pack needs to installed for AEM 6.5 instance. 1)Clicked configure icon 2)Displayed JS Error in browser console. Thank your help in advance.
Hello All - I am using experience fragment in AEM 6.5. Below files are not required but they get added in the publish instance even if it is not part of my include clientlib category. This is causing unwanted network calls. In my custom component, it is pointing to sling:resourceSuperType:cq/experie...
Hi , I am using MockitoJUnitRunner for Junit . I having the below code in java :-User currentUser = request.getResourceResolver().adaptTo(User.class);if(currentUser.isAdmin())return;Iterator<Group> currentUserGroups = currentUser.memberOf();while (currentUserGroups.hasNext()) {Group grp = (Group) cu...
How to add Custom WF for Publish Page (in Page Properties Dropdow)I did an ovelay of /apps/wcm/core/content/editor/jcr:content/content/items/content/header/items/headerbar/items/pageinfopopover/items/list/items/publish/granite:dataand /apps/wcm/core/content/sites/publishcompagewizardBut its not work...
Hi All, I got following use case and looking for options as well clarity on sling rewrite transformer factory, transformer. mobile app will access AEM site urls with a query parameter "mobile=true" and header, footer needs to be hidden. options:1. append query param "mobile=true" to all anchor eleme...
The tar files used by AEM in the repository/segmentstore have names like dataNNNNNL.tar, where NNNNN is a 5 digit number and L is a letter. What happens when NNNNN needs to be greater than 99999?
Hi, I have requirement of below script.<div class="${object.ColumnContainerClass}"><sly data-sly-list="${object.ColumnSubContainerClass}" > <div class="${item @CONTEXT='text'}"></sly>Random code ........... <sly data-sly-list="${object.ColumnSubContainerClass}"> </div></sly></div> but I am unabl...