Expand my Community achievements bar.

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

  • 7/6/18
    Hi All,Is there any way I can convert the code below to be recursive?Thanks for your help,Best regards,Robert____<ul data-sly-list.menuNavItem="${menuNavBean.navigation}">    <li>${menuNavItem.title}        <ul data-sly-list.menuNavItemB="${menuNavItem.children}">            <li>${menuNavItemB.title...

    Views

    1.1K

    Likes

    0

    Replies

    1
  • 7/6/18
    Hi Friends,As per the API of observation manager, we can't use regular expression as path while adding the event using Event Listener.Is there any other way of adding regular expression path except Event Handler(we can use regular expression path).Use case : I want to trigger the event for home page...

    Views

    1.3K

    Likes

    0

    Replies

    2
  • 7/6/18
    Hi Guys,I am new to AEM development. I would like to explore more on AEM workflows. Most of the articles or videos didn't help me much. I will be extremely grateful if  someone can post an article or share any existing article containing details about custom workflows (how to create a custom workflo...

    Views

    1.6K

    Like

    1

    Replies

    4
  • 7/6/18
    Hi,I understand that Site Importer was removed from AEM 6.3, I also here it is in the geometrixx package from package share.1) Which package exactly is this in? I installed cq-geometrixx-all-pkg-5.10.68 and it doesn't appear to have the tool. 2) Why was it removed, is it just because of the dependen...

    Views

    1.4K

    Likes

    0

    Replies

    1
  • 7/6/18
    Suppose I have a image component, text component and tile component. Just like we can resize and place any components inside the layout container, I am thinking of an option to place the large image component in the background and other components on top of that. So when it is viewed other component...

    Views

    3.9K

    Likes

    0

    Replies

    9
  • 7/6/18
    Hi Guys,I am new to AEM development. While going through a AEM video in article one question came to my mind. Their are 12 similar components available inside apps/core/wcm/components/${component}. What's the difference between components in v1 path and v2 path.Ex-:  List Component-:    /apps/core/w...

    Views

    943

    Likes

    0

    Replies

    1
  • 7/6/18
    Hi,In AEM earlier versions, we had etc/designs where we used to put all our clientlibs. So to implement theming, we used to select the theme from page properties and apply the design based on css from clientlibs.Since AEM 6.4 does not have etc/designs and clientlibs ahve been moved to /apps folder. ...

    Views

    3.5K

    Likes

    0

    Replies

    8
  • 7/5/18
    hi,i am using aem 6.1i have aem structure as 1 author 2 publisher 2 dispatcher 1 load balancer.can anyone help me with session management.i storing one token in my session which is used through out.but if request goes to another publisher how it will get served.eg:access_token--> getting from servic...

    Views

    852

    Likes

    0

    Replies

    0
  • 7/5/18
    Hi everyone, I am having problems to test Pages in my unit tests. I have the following code:Resource resource = context.load().json(PAGE_PATH + JSON_EXT, PAGE_PATH);Page page = resource.adaptTo(Page.class);The answer of adapTo is always null.I am working with SlingMocks, and this is my resource publ...

    Views

    6.6K

    Likes

    0

    Replies

    5
  • Hi Team,This is first time I am dealing with the shortening URLs or resolving URLs etc. I am planning to shortening the img =src URLS , Please guide me with few examples how to do it. Thanks In AdvanceUma

    Views

    1.0K

    Likes

    0

    Replies

    4