Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 9/23/20
    I have create a custom Group which is inheriting permission from OOTB Content-Author, they shouldn't be able to access CRXDE, how do implement this?

    Views

    1.2K

    Likes

    0

    Replies

    3
  • 9/23/20
    No component list under the slide panel; But component can be inserted on the page parsysBelow is the structure for one of the components:<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www...

    Views

    922

    Likes

    0

    Replies

    1
  • 9/22/20
    Below is my original class @referenceprivate ResourceResolverFactory resourceResolverFactory;@referenceprivate WorkflowService workflowService; How can I mock the above?I tried something like below: @MockWorkflowService workflowServiceMock; thenworkflowServiceMock = context.registerInjectActivateSer...

    Views

    998

    Likes

    0

    Replies

    2
  • 9/22/20
    For on/off time on an asset, do i need to anything more than setting up th on/off time values in the asset properties in dam?

    Views

    1.2K

    Likes

    0

    Replies

    3
  • 9/22/20
    Hi Everyone, Need help in reading some specific chinese chars from JCR repo.I have one dialog where author enters content and save the page. Author created page for China and entered some content specific to China in the dialog and saved it.  When I try to read the below content from JCR it is addin...

    Views

    1.5K

    Likes

    0

    Replies

    5
  • 9/22/20
    Hi All,We have some pages under /c/ folder like example /content/we-retail/us/en/c/page1 and /content/we-retail/us/en/c/page2 etc.We would like to remove /c/ from the page and should redirect to /content/we-retail/us/en/page1.html with serving the same content as /content/we-retail/us/en/c/page1. We...

    Views

    2.1K

    Likes

    0

    Replies

    5
  • 9/22/20
    How would you go about translating the Quick Search core component into a language that is not supported by machine translation? I have a need to translate the "Search" keyword in the quick search bar of my site into a language which is not supported by our Machine translation provider. We are on AE...

    Views

    924

    Likes

    0

    Replies

    1
  • 9/22/20
    Hello,I'm facing following strange situation and I have no idea about this behavior, using AEM6.4. Given is following situation: In my project exists some nodes they have in property 'sling:resourceType' the value "c109_video". So I created two queries to find those nodes.Query one: SELECT * FROM [n...

    Views

    9.4K

    Likes

    0

    Replies

    13
  • 9/22/20
    hi, I am working on aem 6.5So far adding parsys was done by editable templates and not for code.My requirement is to create component which just has one parsys in it and i can drag drop components in it.is it possible to add it from code?can you please help me with such component. here i am able to ...

    Views

    16.3K

    Likes

    0

    Replies

    6
  • 9/22/20
    Hi I am trying to convert my existing jsp to htl. I am stuck at preparing valuemapresource which was included in jsp like belowValueMap vm= new ValueMapDecorator(new HashMap<>());vm.put("granite:class", "classname");vm.put("value", value);vm.put("name", name);vm.put("text", text);ValueMapResource va...

    Views

    2.6K

    Likes

    0

    Replies

    7