hiIs there any way out to append .html extension for pages selected via pathbrowser OR pages selected via RTE path browser? on preview of page and when we click on links to navigate i get error.
Hi Community,I am facing issues while fetching the data from "https://jsonplaceholder.typicode.com/posts?userId=1&id=1". I am giving input to the component but there no output visible.Here I want to give userId=1 and id=1. so it will show the title and body. please find attach source files of Core p...
HiI am not able to access package share from my local instance.The AEM is Trial , non-production license with 6.2.0.Display error message when login button is clicked.The Package Share server login page is currently not accessible. Please enter your credentials here.And i think the Adobe ID and pass...
Hi All,I am storing the images in the mongo, I referenced this post to store image in mongohttp://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/aem-communities.topic.html/forum__clcd-hi_all_doesther.html#forum__clcd-hi_all_doesther__qovc-thanks_againcalvinI observed that when...
Is there any way to create a dynamically generated dialog?For example, in my repo, I have an 'array' in a string property '[true, false, false, true]', which can have any number of values in it. I would be interested in having a dialog that contains x number of checkboxes that could be used to chang...
Hello, Is there a way to use different set of styling (css classes) info for different domains in the same AEM instance? For e.g. there maybe two root nodes for the 2 domains with the same page structure and the same set of components / templates being used in both places. Only thing that would need...
Hi All,I have a requirement to build a latest article component which can be used across the many other site.So I just thought of creating a servlet which will query all the article under a path(/content/geo/article) which can be controlled by author and send me a JSON response.Considering the cach...
So, my Senior Developer just did a clean install of 6.2 for our Sandbox environment (while we wait for the Dev environment to get up and running).I went in and started deleting the User accounts...while I was doing that, I got an 500 Error Code (see below). Thoughts?Error while reading cached librar...
Hi,I create a simple component, it extends EventListener@Componentpublic class SyncListener implements EventListener {private final Logger LOGGER = LoggerFactory.getLogger(SyncListener.class); // if comment this 2 line, the component works fine@Reference //*1 private SlingRepository reposi...