I need AEM 6.5 service pack 6.5.9 since I am getting errors while installing service pack 6.5.8. I installed the service pack 6.5.8 but the bundles status shows it as Installed instead of Active. So if anyone provides me the service pack 6.5.9 it would help me.
Hi Community,I want to fetch content from AEM between two particular dates by writing a query.Can i get the help, what query should i exactly write to get this problem solved? Thanks.
When I publish a page from AEM-Author to Publish. I log into Publish and review the crx/de. I review the jcr:content properties.Why is only the jcr:content/jcr:createdDate being updated? no changes made in jcr:content/jcr:modifiedDate. Is this a bug?
Scenario: 1 author instance, 3 publish instances. Shared File Datastore, Binaryless replication. Looking to move 1 publish instance to Default (full binary).Can AEM handle binaryless replication to PUB 1 and PUB 2 but Default (non binaryless) to PUB 3?I tried this but was running into issues with jc...
We have requirement to submit custom form (client is not using Forms) that resides on the public website but we're not allowed to store submitted data inside publishing JCR but only directly to authoring instance, it's AEM on the cloud solution.Is there any solution that will allow us to implement ...
Hi, I'm new in AEM. I have a content "infoCard" that include another content "CTA". I would that in crxde, CTA properties in a child node. how can i do it? following the code for the two components <?xml version="1.0" encoding="UTF-8"?> <jcr:root xmlns:sling="http://sling.apache.org/jcr/slin...
Hi all,I’am facing an issue regarding the handling of the @inject annotation with AEM-Junit test scenario.Here an example of the issue:Model Class: @Model(adaptables = {SlingHttpServletRequest.class}, defaultInjectionStrategy = DefaultInjectionStrategy.OPTIONAL) public class SimpleModel { @inj...
I have a dropdown with a list of items and I'm trying to show/hide an element only if something is selected from the dropdown.In this case I'm trying to hide the "hero-icon" class. <span data-sly-test="${properties.icon}" class="hero-icon"></span> How can this be achieved
Hi,Can i implement a way to enable or disable a <script> tag to add it to HTML with the Boolean value fetched from config file. So, I am getting the boolean value from config file by checkbox field. <sly data-sly-use.osgiconfig="com.app.common.config.osgi.ConfigService"></sly><sly> Instant Page Load...
How can I add multiple assets to some workflow's payload? Pages does /mnt/override/libs/wcm/core/content/common/startbulkworkflows.html but I override asstes.html to do same and it is not working Thanks