Hello,I have an AEM component. Touch UI dialog of this component consists of about 75 fields. These fields are split on 4 tabs. There are show/hide dependencies between fields. I'm trying to edit component and open the dialog, when dialog window is loaded it starts showing all fields and after 1 sec...
I am trying to get the styles assigned in the design dialog incorporated into my Sling model. I am getting null for the currentStyle package com.cws.aem.core.models.v1.content;import com.cws.aem.core.models.v1.ComponentModel;import com.day.cq.wcm.api.designer.Style;import org.apache.sling.api.resour...
Hi All, We found that QueryManager throws exception about path with digits. For instance the following query will trigger the exception:/jcr:root/content/mysite/events/2024/special-events//element(*,cq:PageContent)[@sling:resourceType='mysite/pages/event-detail' ] order by @datestamps ascending It w...
[ERROR] 4 errors[ERROR] role: org.apache.maven.plugin.Mojo[ERROR] roleHint: biz.aQute.bnd:bnd-baseline-maven-plugin:5.1.2:baselinePlease help me in resolving this Error.
Pretty much as the question states above. My understanding is when the pipeline executes you get essentially vanilla instances of AEM author and publisher to test against. I can think of a few ways I could probably inject a content package of a barebones site to test against, but what's the recommen...
Hi Team,I want to search partial text over my custom property. when i search with fullvalue, it works but when i tried partial value , its not working. Even I have tried with property.operation=like. and also added * wildcard at starting and ending of the text. Nothing works. Only in fulltext its wo...
I need to configure a replication agent based on tun modes, such as dev, sit and staging.How can we implement this in a simple way in AEM?Is it possible to use a folder structure similar to OSGI configuration?
Hello everyone,I had a checkbox in dialog.xml file and when I check this checkbox I need to hide content in another component and when unchecked the content needs to be displayed.Can anyone suggest me how can I approach the above functionality.