Expand my Community achievements bar.

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

  • 5/2/17
    Hi,In AEM 6.1 is it possible to have 2 separate sets of filter facets? For Example, If I want to have A,B,C,D,E as the various facets for one set of content in AEM and V,W,X,Y,Z for another, is this possible? Can you also tell me how this can done, what are the steps involved?Thanks and Regards 

    Views

    564

    Likes

    0

    Replies

    3
  • 5/2/17
    Hi All,Have seen robots.txt in AEM codebase which has entries like User-agent: *Disallow: /Can someone let me know what exactly is the use of this file and what do these above properties in it signify.Any thoughts on this will be helpful.

    Views

    2.1K

    Likes

    0

    Replies

    3
  • 5/2/17
    When developing we've come across the permissions/dispatcher issue of the getResource() method breaking page.These forums suggested that we needed to use resolve() method instead of the getResource() method and that does work, but I am more interested in why that works.I understand that it has to do...

    Views

    5.2K

    Likes

    0

    Replies

    4
  • 5/2/17
    I have a component where its baked in and have mandatory fields.when component is authored and later if  the components needs to be un authored  . It is not switching back to default state and displays previously authored content.solutions I thought of1.having a delete can  be an option (but it migh...

    Views

    2.4K

    Likes

    0

    Replies

    3
  • 5/2/17
    Hi All,Is there any cq property for a given node to add to support hovertext / info icon in Side Search panel in DAM?For example, there is Keywords option in Side Search panel. I want to add hovertext Or some Info icon to it.I overlay the preconfigured predicates, copied the facets node from /libs t...

    Views

    900

    Likes

    0

    Replies

    1
  • 5/2/17
    Hello everyone.I'm extremely new to Java and AEM. I can't figure out why my Java classes are not working properly. For example I set up a method to return a string in a class that has already been made and verified. Yet when I restart my server the string is no different. I do everything in Eclipse,...

    Views

    1.9K

    Likes

    0

    Replies

    4
  • 5/2/17
    Hi,I've CSV file stored in DAM and I need to read data programmatically.How can I do that?Thanks,Himanshu

    Views

    5.8K

    Like

    1

    Replies

    2
  • 5/1/17
    I have extended the OOTB Experience fragment component by setting it as my custom components super type. Everything works great except that when I publish the page, the references UI does not detect that the extended Experience Fragment is pointing to a reference and so does not trigger replication ...

    Views

    2.0K

    Likes

    0

    Replies

    2
  • 5/1/17
    Hi,I have two OSGI Component classes with implementing the same interface.Class WordsValidatorImpl implements ContentValidators {    void validate() {}}Class ActivationValidatorImpl implements ContentValidators {    void validate() {}}I need call the validate() method on both the classes. How to do ...

    Views

    638

    Likes

    0

    Replies

    2
  • 5/1/17
    HiI have created a launcher and provided glob pattern as  /content/demo/us/app/year2017/max([0-9]([\,.][0-9])?) for path /content/demo/us/app/year2017/max2,1. But this is not launching the workflow for ca:Page created event. I validated this regex on https://regex101.com/ and it seems to be valid. I...

    Views

    2.8K

    Like

    1

    Replies

    4