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

  • 10/15/15
    What would be the most efficient way to retrieve a page's content/parsys rendered as html for a sling servlet? Supposing the user calls this servlet with a page path and the servlet just returns the html generated from the parsys on that page. Similar to how the <cq:include> tag works on the jsp sid...

    Views

    2.8K

    Likes

    0

    Replies

    3
  • 10/15/15
    Hi,   After observing the jcr content structure,I am using curl to update the parsys rich text content for  content/<mywebsite>/<myPage>/jcr:content/par/text/text.    This is the curl command I am using.   curl -u admin:admin -F"par/jcr:primaryType=nt:unstructured" -F"par/sling:resourceType=foundati...

    Views

    601

    Like

    1

    Replies

    1
  • 10/15/15
    I have created a simple component called link-field under  which i have a another node called link has a text field and pathfield. The .content.xml are :<jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"    jcr:primaryType="cq:Widget"    xtype="multifieldpanel"...

    Views

    1.2K

    Likes

    0

    Replies

    3
  • 10/15/15
     Hi,I have followed http://dev.day.com/docs/en/cq/current/administering/configuring_rich_text_editor.html and configured copy and cut features to "edit" plugin. Whenever I clicked on copy/cut tools after selecting some text, I'm getting the following error in browser console -TypeError: this.editorK...

    Views

    1.5K

    Likes

    0

    Replies

    4
  • 10/15/15
    In AEM 5.6.1 duplicate node names at the same level were given unique names automaticallynode1     =>           node1        html       =>         html    html       =>         html[1]This is not true in AEM 6. If you programmitically create the same node structure, you will get a duplicate node exc...

    Views

    573

    Likes

    0

    Replies

    1
  • 10/15/15
    We have noticed that sometimes in AWS, it takes a while for our author instances to be in-sync. If we run our functional tests before the author instances are completely in-sync, when the tests hit the dispatcher, they might be routed to a yet-unsynced instance and fail.Is there a way (ideally a RES...

    Views

    829

    Likes

    0

    Replies

    2
  • 10/15/15
    Hi,is it possible to add css media queries with sightly and clientlibs functionality?The result should be:    <link rel="stylesheet" href="https://forums.adobe.com/etc/designs/website/clientlibsDesktop.min.css" type="text/css"/>    <link rel="stylesheet" media="screen and (min-width: 600px) and (max...

    Views

    1.2K

    Likes

    0

    Replies

    1
  • 10/15/15
    I have an existing page component in 5.6.1 that overlays the dialog to provide a custom tab.  Moving this over to 6 and using the new UI, the dialog that is rendered is the base page dialog and does not include my new tab and fields.  Anybody know a possible solution to this?

    Views

    1.3K

    Likes

    0

    Replies

    1
  • 10/15/15
    Hi,  I am trying to create a component and make it display in my group "Others"  from sidekick.  This is what I did. Create a component called myDragnDropFooter, But when I switch to design mode and try to add my component in "Allowd Components" section, it is not there.  This is my jcr of myDragnDr...

    Views

    1.3K

    Likes

    0

    Replies

    5
  • 10/15/15
    Does anyone know how to exclude certain properties from being adjusted by the ReferenceSearch class when a parent page is moved. Is there a list of excluded properties that can be configured?

    Views

    660

    Likes

    0

    Replies

    3