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

  • 1/5/16
    Hi guys,I was checking this documentation https://docs.adobe.com/docs/en/aem/6-1/administer/sites/msm/msm-livecopy.html and there is a section about Detach functionality.it states:In the Sites console, select the live copy page and click or tap View Properties.Click or tap the LIVE COPY tab.On the t...

    Views

    848

    Likes

    0

    Replies

    2
  • 1/5/16
    Hi All,We have a below JCR-SQL2 query as below :SELECT DISTINCT Path FROM [nt:base] AS s WHERE ISDESCENDANTNODE([/content/x/y]) AND (CONTAINS(s.[cq:tags],'ABC DEF^600') OR CONTAINS(s.blocktitle,'ABC DEF^400') OR (s.blocktitle LIKE 'ABC DEF%') OR CONTAINS(s.bodycopy,'ABC DEF^100') OR (s.bodycopy LIKE...

    Views

    5.4K

    Like

    1

    Replies

    19
  • 1/5/16
    Hi Team , Can someone help me on how to use "Not Equal to " in QueryBuilder. My query is of like this type. http://localhost:4502//bin/querybuilder.json?p.hits=full&primarytype=nt:unstructured&path=/content/data/masterdata/program&property=programName&property.value!=marketing&p.limit=-1

    Views

    2.9K

    Likes

    0

    Replies

    5
  • 1/5/16
    Hi All,CONTAINS(s.[jcr:title],'abc') OR (s.[jcr:title] LIKE 'abc%'))  The above line is being used in JCR-SQL2 query.1]What exactly does CONTAINS and LIKE do here.Any thoughts on this will be helpful.

    Views

    3.9K

    Likes

    0

    Replies

    8
  • 1/5/16
    Hi Everyone,I'm using /etc/map rules to remove /content/appname from requests. This works properly for incoming HTTP requests.However, image tags rendered in Sightly templates are not rewritten. For example, if I have an image component at /content/app1/en/news/image, the src attributes in the image...

    Views

    3.2K

    Likes

    0

    Replies

    5
  • 1/5/16
    Hi All,In order to avoid the below error, I am creating resourceresolver and session at every place(all methods) and closing it at the end of method in finally block.. Sample piece of code for creating and closing resourceresolver and session in single methodI am doing lot of operations(remove node,...

    Views

    21.4K

    Like

    1

    Replies

    15
  • 1/4/16
    Hi,As per AEM 6-1 Touch UI component says:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------Creating a cl...

    Views

    3.1K

    Likes

    2

    Replies

    3
  • 1/4/16
    I can access a component properties from an hbs template for that component like this:{{properties.title}}but I want to access the wcmmode from that (https://docs.adobe.com/docs/en/aem/6-0/develop/sightly/global-objects.html) so I can decide to render or not some information in design or edit mode. ...

    Views

    2.6K

    Likes

    0

    Replies

    6
  • 1/4/16
    I'm trying to add a SVG graph into a PDF file using the OOTB PDF generation of AEM, but it raises this exception: java.lang.NoClassDefFoundError: org/w3c/dom/ElementTraversal  at java.lang.ClassLoader.defineClass1(Native Method)  at java.lang.ClassLoader.defineClass(Unknown Source)  at org.apache.fe...

    Views

    1.1K

    Likes

    0

    Replies

    3
  • 1/4/16
    I'm trying to add a SVG graph into a PDF file using the OOTB PDF generation of AEM, but it raises this exception:java.lang.NoClassDefFoundError: org/w3c/dom/ElementTraversal  at java.lang.ClassLoader.defineClass1(Native Method)  at java.lang.ClassLoader.defineClass(Unknown Source)  at org.apache.fel...

    Views

    1.9K

    Likes

    0

    Replies

    2