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

  • 11/27/17
    Hello, after I was able to start my test cases using AEM Mocks, I want to know if it is possible to set also properties for the pages created with the AemContext.I want to give the pages some properties and test them afterwards.context.pageManager().create("/", "content", "cq:Page", "content");conte...

    Views

    2.6K

    Likes

    0

    Replies

    1
  • 11/27/17
    Hi,i have a requirement in which i have to disable a dialog property on the basis of a property in jcr:content node. To implement this i have written a custom js. Problem is i'm not able to get page property value in JS . i'm using below code (it seems it doesn't work for Touch UI)$(document).on("di...

    Views

    15.7K

    Like

    1

    Replies

    3
  • 11/26/17
    Hi,I am following URL for Creating your First Adobe Experience Manager 6.3 website Helpx article.Adobe Experience Manager Help | Creating your First Adobe Experience Manager 6.3 website I created the folder structure, template and component and created a Root Page based on the Summit Toys Base Conte...

    Views

    837

    Likes

    0

    Replies

    3
  • 11/26/17
    Hi,When i tried to find the documentation on some topics of AEM then most of the documentation URL redirects to Older versions of Adobe Experience Manager (AEM), CQ & CRX When i studied here then different packages are given to install . As per the given guidelines i had installed the packages of AE...

    Views

    1.2K

    Like

    1

    Replies

    2
  • 11/24/17
    Hi,I'm trying to access project data in AEM via a sling servlet. The servlet is working and I'm able to make an ajax POST call to retrieve a simple JSON object on the client side. As the next step, I'd like to be able to iterate over projects under /content/projects/<foldername> using the project AP...

    Views

    2.8K

    Likes

    0

    Replies

    5
  • 11/24/17
    Hello its me again,I want to test my Servlet but after the test started I got an error message:Error:(60, 28) java: cannot access org.junit.rules.TestRule  class file for org.junit.rules.TestRule not foundThe test does not start.I don't have any Idea how to solve this, I am also not very experienced...

    Views

    5.0K

    Likes

    0

    Replies

    6
  • 11/24/17
    Hi,I have a requirement in which i have to disable the dropdown field in dialog . To do this, i have added two properties ""disabled": true,"  & "renderReadOnly": true, but still it's not working .I'm able to manipulate dropdown value. where as it's working fine for text field.here is json of this n...

    Views

    5.0K

    Likes

    0

    Replies

    6
  • 11/24/17
    Is there a way to access OOTB Sling service or servlet from an custom sling servlet? For instance, if I want to access OOTB servlet -  http://localhost:4502/bin/wcm/contentfinder/asset/view.json/content/dam from an Sling servlet and process results on top of that, how to access the service by path i...

    Views

    4.7K

    Like

    1

    Replies

    8
  • 11/23/17
    Hi,we have customized the Navigation to add new navigations. Below is the XML and this is placed under /apps/cq/core/content/nav/.content.xml path.<?xml version="1.0" encoding="UTF-8"?><jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"          xmlns...

    Views

    2.7K

    Likes

    0

    Replies

    2
  • 11/23/17
    For the static template, the design is stored at /etc/designs/<my-site>/jcr:content/<page-component-name>/<component-name> (if the page has a design path of /etc/designs/<my-site>) or/etc/designs/default/jcr:content/<page-component-name>/<component-name>For editable template, design is stored at /co...

    Views

    6.8K

    Like

    1

    Replies

    10