Expand my Community achievements bar.

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

  • 10/15/15
    I seeing some differences in the resulting images that I cannot figure out. A PSD loaded into AEM and allowing it to publish to scene7 is changing the shadows on my images to no longer contain alpha transparency. If I load the same image directly into scene7 all is correct. Anybody have a clue what ...

    Views

    436

    Likes

    0

    Replies

    1
  • 10/15/15
    Hi,I am trying to find how to completely remove the filter path from the  content package in AEM using Java. My scenario is like, when author deactivate the page, then that particular page path in the filter of the content package has to be removed. And it has to be implemented using Java. If some h...

    Views

    1.1K

    Likes

    0

    Replies

    7
  • 10/15/15
    We are using AEM6.1 and implementing OOTB search functionality. The requirement is that we have to implement StopWords(will not allow user to search common words such as like,for,is) and Spellcheck(Did you mean ?) features as part of this implementation.Can anyone suggest as the best way to achieve ...

    Views

    1.1K

    Likes

    0

    Replies

    2
  • 10/15/15
    Hello Folks,we have a two different requirement in our project.1. We have 1 author server and 4 publish servers, 2 is for prod(for internet users) and other 2 are for prod preview(for internal users), internal users have to certify the content before it goes to external users. So Author should be ha...

    Views

    1.1K

    Likes

    0

    Replies

    2
  • 10/15/15
     Hi,Can anyone help me to get "com.adobe.granite.ui.components" package jar from AEM 6.1?Regards,Vikram.

    Views

    746

    Likes

    0

    Replies

    1
  • 10/15/15
    I am trying to configure saml authentication handler using - http://docs.adobe.com/docs/en/aem/6-1/administer/security/saml-2-0-authenticationhandler.html.I am using ssocircle IDP for my testing and configured the logout url in SAML authetication handler ashttps://idp.ssocircle.com:443/sso/IDPSloPos...

    Views

    8.1K

    Like

    1

    Replies

    6
  • 10/15/15
    I have 4 fields I'm adding to the userEditor. To get started I followed this tutorial. http://experience-aem.blogspot.com/2015/09/aem-61-touch-ui-add-new-fields-to-user-editor-and-save-to-profile.htmlThat works well for text inputs, but two of my fields are <select> components, one of which is multi...

    Views

    934

    Likes

    0

    Replies

    1
  • 10/15/15
    Hi Guys,Need a quick help, is there any functionality in AEM 5.x which allows component which are included in page via code (cq:include) can be moved inside the page.anybody implemented any workaround or customization, please share guysThanks, great day...

    Views

    823

    Likes

    0

    Replies

    3
  • 10/15/15
    Hi,Does AEM provide a Mobile SDK for developing native applications that would help the developer to produce Android, iOS and Windows applications that use and server content that is managed by AEM?Also does AEM support containerization?Thanks,Sakshi

    Views

    994

    Likes

    0

    Replies

    1
  • 10/15/15
    Hi,I have a property like this:@Property(name = "myvar", value = "myvalue")I need to access this property inside the code.I can do this with:@Activate public void activate(ComponentContext ctx) { Dictionary dic = ctx.getProperties(); Enumeration keys = dic.keys(); List<String> list = Collections.lis...

    Views

    873

    Likes

    0

    Replies

    3