Is there a way in the rest API for AEM 6.3 to view/edit/create tags? I am building an AEM integration with a customer where we can only interact with the rest API so I will not have access to the Java API.
We have been using AEM since CQ 5.4 when a component gets rendered it gets a generated div that wraps the component and in that div it gets some classes like "section". Usually people post to the community asking how to get rid of these. We have the opposite problem, we're trying to figure how to ge...
in AEM 6.3, we define the URL mapping in the JcrResourceResolverFactoryImpl.config.xml file. When author selects a content URL as a path in the component dialog, if we render the url as <a href="${link.url@ extension = 'html'}">, the AEM automatically shortens the url. However, if we remove the exte...
Hi All,I am following Creating an Adobe Experience Manager 6.3 HTL Component that displays data from a Restful Web Service at https://helpx.adobe.com/experience-manager/using/restful_aem63.html.1. I downloaded httpclient-4.0.1 and httpcore-4.3.2.To create an OSGi bundle fragment that contains client...
hi All,I have a requirement to validate a custom assetpicker field for my overlayed pageProperties dialog, in the similar fashion how the page title is getting validated. The validation for the ootb page title is handled from "/libs/cq/gui/components/siteadmin/admin/createpagewizard/page/POST.jsp", ...
I created two apps name as web1 and web2. In the web1 has some page (page1, page2, page3, ...). In the web2 has some page (page21, page22, page23, ...). I want to trigger the jcr:content in the web1 and get the change data to update for the page on web2.Example: When I modify page1 in the web1. I wa...
Hi All,i have a question related to workflows. i have created a workflow that is initiated by User A. After initiation it goes to a user B. Then there is an OR Split where user B can decide to accept or reject. Now the strange thing is that: user A after initiating the workflow, sees the workflow s...
Hi,We need to traverse our entire content repository and return a list of all pages and all the components authored in each of these pages.The number of pages are high. I can think of the below ways and need views and suggestions from the community.1. Using Queries. We need to run the query at each ...
I saw in the article says that we should not delete the Admin account in AEM. But is it possible to disable the admin account???. Because the members under administrators have all the rights same as admin.So i do not want to use the admin account even if the password is leaked.SO can u please guide ...