Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 11/2/15
    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...

    Views

    463

    Likes

    0

    Replies

    1
  • 11/2/15
    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...

    Views

    582

    Likes

    0

    Replies

    1
  • 11/2/15
    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...

    Views

    1.9K

    Likes

    0

    Replies

    2
  • 11/2/15
    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...

    Views

    2.4K

    Like

    1

    Replies

    6
  • 11/2/15
    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

    Views

    1.4K

    Likes

    0

    Replies

    2
  • 11/2/15
    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 ...

    Views

    747

    Likes

    0

    Replies

    1
  • 11/2/15
    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...

    Views

    1.8K

    Likes

    0

    Replies

    3
  • 11/2/15
    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...

    Views

    29.5K

    Likes

    2

    Replies

    15
  • 11/2/15
    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

    Views

    2.4K

    Likes

    0

    Replies

    10
  • 11/2/15
    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  

    Views

    5.2K

    Likes

    0

    Replies

    4