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
    Is there an out-of-the-box feature that can be used to move multiple DAM assets at the same time in AEM 5.6.1, while keeping references intact?

    Views

    739

    Likes

    0

    Replies

    2
  • 10/15/15
    Activate all child pages automatically when the parent is activated.I know one option "Tree Activation"..is there any other ways to do it?

    Views

    698

    Likes

    0

    Replies

    2
  • 10/15/15
    Hi,Apart from rendering Sling resource in response to HTTP requests, is there a way to render them programatically:protected void doPost(SlingHttpServletRequest request, SlingHttpServletResponse response) throws ServletException, IOException { String output = // render "/content/foo/bar/baz.html" re...

    Views

    887

    Likes

    0

    Replies

    1
  • 10/15/15
    Hi,I have a question regarding "use of third party jar" in AEM 6.0 SP2. I am listing down steps which i performed, hoping to get some solution :I wrote a standalone java program which uses three jar files internally which i wanted to move to AEM ( wanted to make same functionality as a workflow meth...

    Views

    1.0K

    Likes

    0

    Replies

    3
  • 10/15/15
    Hi,I have not found how to do what I want in the AEM documentation or in a tutorial...Is there a way to retrieve the data of a social component in a structured way? I know that I can retrieve specific nodes in the repository, but I need to figure out how the social component is implemented in the re...

    Views

    4.5K

    Like

    1

    Replies

    12
  • 10/15/15
    XPath query:/a/b/asthrows an error: {results: [ ],total: 0,success: false,time: 0,errorMessage: "Encountered "as" at line 1, column 16. Was expecting one of: <IntegerLiteral> ... <DecimalLiteral> ... <DoubleLiteral> ... <StringLiteral> ... "<?" ... "<?" ... <AxisChild> ... <AxisDescendant> ... <Axis...

    Views

    1.1K

    Likes

    0

    Replies

    1
  • 10/15/15
    We have a requirement where we need to add a custom header with dynamic value for .pdf requests we thought of below options:1) Create a filter and intercept the request.2) Rewrite the url to add custom selector in dispatcher, so that my custom servlet will be resolved.Can you please suggest us if yo...

    Views

    641

    Likes

    0

    Replies

    2
  • 10/15/15
    Hi there,There is a difficulty case to me:  i wonder if there is a API to get locale code. E.g., when i get node "/content/geometrixx/fr/products/square",  the API could return the "fr"(french); and when i get node "/content/geometrixx/en/services/banking", the api could return the "en" (English). A...

    Views

    6.3K

    Likes

    0

    Replies

    3
  • 10/15/15
    Hi,I'm new to AEM development and I have some doubts on the flow for developing websites using it.Let's say we have a company site, that has the following structure:HomeProductsProd1Prod2ServicesService1Service2ContactOn the Products page we will list the child product pages and display some informa...

    Views

    1.7K

    Likes

    0

    Replies

    5
  • 10/15/15
    Hi,Just want to understand the diffrence between the approach to get a JCR session like below:Approach 1ResourceResolver lResourceResolver = pResolverFactory.getAdministrativeResourceResolver(null);Session lSession = lResourceResolver.adaptTo(Session.class);Approach 2Session lSession = repository.lo...

    Views

    1.2K

    Likes

    0

    Replies

    5