Hi all, Initial ProblemI have a multifield in pageproperty and saving the node value based on the highest index but i have the problem let us assume we have three nodes (contentOwner_0, contentOwner_1, contentOwner_2) at the time, we are removing the 2nd node and try to add one more node, at this ti...
Hi Team,One of the project in AEMasCS is still on WCMUsePojo . Is it recommended to move to SlingModel. How long WCMUsePojo will be supported by Adobe?(The project development started only 2023 but the Vendor using WCMUsePojo, instead of SlingModel ) Thanks,Geo
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?