Hi experts,I have requirement to modify table which has header and item created as "Subform" . It should prints header line after page is breaking. Of course I know about possibilities concerning using "tables" but my form uses subforms.Is there easy way to do this ?Thanks in advance.
How to migrate system user and all its reative mappings and configs in AEM from dev to qa environment? (created through crx/explorer not through repoinit)
Hi all,I had the Adobe Experience Manager Sites Architect Exam and there are a couple of tricky questions that I'd like to clarify.1: In AEMasCS which privileges you need to create a Pipeline to deploy to Stage and ProductionA stageB productionC core-creditsD no-credits 2: In AEMasCS which Environme...
Hi Team, Event handler not triggering for event topic(SlingConstants.TOPIC_RESOURCE_REMOVED). It is working perfectly fine in all our lower environments even in PROD, but recently in our PROD it is not calling custom event handler which was working in PROD. I have gone through couple of tickets and ...
Hi guysI have an issue linked to OSGI bundles, an is like this:I have two bundles, A and B.Bundle A is dependency to bundle B ( B ----> A ).When deploy bundle A on instance, bundle B gets into Installed status and it stays there, it does not get active only if I set it manually.While the B bundle is...
I'm an trying to add fulltext search function using Lucene, Issue is the depth of the fulltext search. Let me explain this through an example. Say you have to pages that contain a text component with the term "Foo" in the text and the search Predicate {fulltext=Foo, p.offset=0, p.limit=2, path=/cont...
Hi Team, I am using AEM as a cloud service, and I have local dispatcher set up using docker desktop.I am finding hard to understand the rewrite rules written in disptacher. One of the url is giving 404 error.which log will give the clear rewrite for that url ? I am not finding it in dispatcher log a...
I want use ValueMapResourceWrapper to create a Select field. How to set options by DataSource.public class TestModel extends WCMUsePojo { @Override public void activate() throws Exception { ValueMapResourceWrapper wrapper = new ValueMapResourceWrapper(getResource(), "granite/ui/compone...