In AEM - CQ 5.6.1 I'm having trouble with updating the classic view dialog box. If I add a new widget, panel, etc. to an existing component's dialog box, the changes don't get updated on the pages, where I'm using them.I tried clearing browser cache, dispatcher cache, reactivated in treeactivation, ...
Hi,Please refer to the following URL on AEM Responsive Web Design.https://docs.adobe.com/docs/en/cq/5-6-1/developing/mobile/responsive.htmlIs there a step by step procedure (tutorial) of creating a AEM Responsive Web Site and testing it, using the principles described in this link (end to end)?Appre...
Hi,Please find the attachment.Need to understand "Page.listChildren(new PageFilter())", Page is pointing to "/home" node. I used this code on my application, it returns the Iterator<Page>. So how the Iterator works.because I am getting Issue in production environment. The issue is given below.I have...
I an unable to find the JSP or the JS file which renders the sites.html page. I need to redirect to this page with a click of a button and perform certain actions on sites.html page when coming via that button click. If anyone knows this, kindly reply asap
Is there a way to set properties of a JMX MBean in a bundle activator? I know this can be done through curl .. but was looking for inputs on how the same can be achieved in Java. Thanks.
We have a list of images prepared by a component as shown in the figure below Now we are facing a situation where we need to select these images by browsing the repository.But if we use a path field component for this functionality (we have set the root folder for this structure), the pathfield exp...
Has anyone been able to connect to AEM data with Tableau or similar BI tool (Qlik, PowerBI, etc.)?I want to analyze data from AEM in Tableau, but it's not clear how to connect to that data. Appreciate any guidance.
I am create javax.jcr.Query using xpath. The issue with this is that it doesn't have Pagination support in the QueryResult unlike SearchResult from cq package.I wanted to be able to get dynamic search fields and search.constructing xpath is easy and I found the search is faster as well. Can Some one...