Hi all, I'm a beginner for AEM and I'm currently following the the AEM Back-end Developer video training. In one of the lessons, when I try to deploy the maven project to the crx lite, I got an error: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (defaul...
Hi all,We are trying to improve the performance of page by just including the required CSS /JS instead of including all CSS / JS of project. I think this is a common use-case where we have lots of CSS / JS but we use only few on each page depending upon the number & types of component used on that p...
Hi,I am using AEM 6.0 with SP2. We have added ACLs through GLOB patterns. I want to create a authoring group which has very limited access(in welcome screen just websites, inbox should be displayed). When user clicks on websites icon, which should open site admin console with the folders that user i...
Let's say I have a label like<p class="my-label" data-sly-test="${wcmmode.edit}">A useful label</p>I find this type of label useful because in edit mode, it can indicate things to authors. When switching to Preview mode however, the label does not disappear. It only disappears when I do a page refre...
When uploading .docx files to AEM, some of the files thumbnail, while other do not. Is there a reason for this, or a specific setting that is messing things up?Thanks
I have implemented an custom DAM Handler to create video image renditions at different parts of the video using FFMpegWrapper. I need to rename the rendition with the time interval from the still. When I try to move the rendition an exception occurs saying the rendition node does not exist. Here ...
Hi all,We have a requirement where we need to create a custom component group via a Java service. This service will be responsible of reading a list of components and adding those in the custom Group.The purpose is to display only the configured components in the sidekick irrespective of the templat...
I am trying to set the defaultValue in a Touch UI select dropdown. Setting "defaultValue" in dialog.xml works in Classic mode, but not in Touch. Here is the relevant snippet from my component's .content.xml <alignment jcr:primaryType="cq:Widget" sling:resourceType="granite/ui/components/foundation/f...
Hi,There are two methods to get the session:session= this.repository.loginAdministrative(null); session = resourceResolver.adaptTo(Session.class);With the first approach i need an explicit session.logout() and with the second the logout is managed automatically by sling, right? Thanks
Hi All,The clientlibs js are not loaded, when we access the page. so i have added at the end of the url debugClientLibs=true. its working but if i remove its not working in dev and publisher. i dont think it will work in dispatcher. could you please help me out to fix this issue.Thanks,Michael