Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 10/30/17
    Can i deploy individual component to AEM author and publish instance ?Is it also possible for etc/xxx ?Deploying complete ui.apps will be tedious.i am new to AEM. Thanks

    Views

    765

    Like

    1

    Replies

    1
  • 10/30/17
    Hi,We are using the following code i our components to display custom empty text message:-<sly data-sly-test.emptyContent="${wcmmode.edit}"><div data-emptytext="configure ${component.title}"class="cq-placeholder"></div></sly>But after using this code, we are not able to annotate the component in ann...

    Views

    4.0K

    Likes

    0

    Replies

    6
  • 10/30/17
    Hello guys,I have the following node structure it can vary depending on how the author created the page. I want to query the content of each headline, textfield, image or link field.It should just be the last node in every branch the type and depth is not important and fixed.How can I achieve this s...

    Views

    3.5K

    Like

    1

    Replies

    9
  • 10/29/17
    Hello guys, I would like to understand about the "jcr: content" node. The node creates on the page creation. Would you tell me, when the node will be deleted?I can see the page with "jcr:content" node on Author instance but the same page does not contain "jcr:content" node on Publisher instance. The...

    Views

    7.0K

    Likes

    0

    Replies

    6
  • 10/29/17
    I am getting below error on restarting an authoring instance. This is on a Unix box.HTTP ERROR: 503Problem accessing /. Reason:AuthenticationSupport service missing. Cannot authenticate request.What could be the reason and the solution?

    Views

    728

    Likes

    0

    Replies

    3
  • 10/29/17
    To disable the geolocation, I found this instruction, but it is two years ago, not sure if it applies to AEM 63. touch UI?Rename /libs/cq/personalization/components/contextstores/geolocation to /libs/cq/personalization/components/contextstores/geolocation_newDoes anyone know?Thanks.

    Views

    3.2K

    Likes

    0

    Replies

    7
  • 10/27/17
    I have created in an even listener and this is the code. What I am looking to do in my Listener is to check if a particular property has been updated. If it is then take an action.package com.aem.sites.interfaces;import javax.jcr.observation.Event;import org.osgi.service.metatype.annotations.Attribu...

    Views

    3.0K

    Likes

    0

    Replies

    2
  • 10/27/17
    Hello All,We have SFDC integration with AEM and while establishing connection we are getting below error even all the connection info are correct,any hints are help on enabling logs to capture what info being posted to SFDC will be helpful to us to debug/troubleshoot this issue.Thanks in advanceErro...

    Views

    1.1K

    Likes

    0

    Replies

    3
  • 10/27/17
    Hi,I have a scenario where we need to get all the assets referenced across all pages. This includes all assets including images, css, videos, etc. So have the following questions.AssetReferenceSearch API gives only the inline images and videos added in the page and not the referred assets within the...

    Views

    1.8K

    Likes

    0

    Replies

    3
  • 10/27/17
    I am reading [https://sling.apache.org/apidocs/sling7/org/apache/sling/api/resource/ResourceResolverFactory.html] and found that ResourceResolverFactory is required to create ResourceResolver. But without using the ResourceResolverFactory we can get the resources using ResourceResolver only. So coul...

    Views

    11.8K

    Likes

    5

    Replies

    5