I am having an issue where a custom component called "metadata" is in a custom template, and shows up in the template editor, but does not appear in the page that is made with the template. Here is the template editor in AEM:"I EXIST" is there showing that the component is in fact in the template. H...
Hello Community Members, could you please suggest the query I should use in the following list component to retrieve pages located on /content/abc/ path filtered by their last modified date and only showing the pages modified within last 2 days https://experienceleague.adobe.com/docs/experience-man...
I am using link component within experience fragment and provided the link of a blueprint homepage link. And used the XF in a blueprint page. Now, I created a live copy of that page. And I wanted that the link(which I used inside XF) should get updated according to the live copy. Blueprint Structure...
When I resolve tags using the following code I get them in format: blog : something management / themeninvestments String QUERY2 = "SELECT * FROM [cq:Tag] AS tag WHERE (ISDESCENDANTNODE(tag, '/content/cq:tags/blog') OR ISDESCENDANTNODE(tag, '/content/cq:tags/zkb/content/blog')) AND tag.[sling:resour...
Hi, While we are trying to access dam path(content\dam\asset.jpg) from the instance, the image preview is not loading in server but it's getting downloaded directly. Can anyone help why this issue happening?
Hi Team,I'm new to aem MSMHow to implement regional msm in aem, SO regions comes under countries, or we can create regional msm separately?Thanks,Keerthi K.
Hi Everyone, We have a requirement where we need to create Resource Resolver mapping or other solution that will helps us get the appropriate shorten url for the same content when accessed through different subdomains. For example:We have a content path /content/mysite/mypage.html And we have 2 doma...
Hi, The requirement is that there is some data that is stored in traditional database, but they doesn't want to expose this data through APIs. Instead, they can give this data as a file or as a feed process. What are the different ways this can get into AEM. For example I have a component which disp...
For UserManager interface findAuthorizables(Query query) method, query interface needs to be of org.apache.jackrabbit.api.security.user API. I have to restrict path of an iteration that happens over a property jcr:primaryType with value rep:user. How can I create a query so that I can utilize the ab...