Hi @Keerthi0555 ,This will not work because the way you define filter is not correct for Replication Event. This EventHandler framework has different way of defining property values for different Event. Instead of using path please use paths So just to answer your question add filter as below. prope...
Hi @mahesh_tesla ,What is your exact use case. Here can be two scenario. 1. Hide/Show multifield items on dropdown item change. say, multifield has multiple items open however you want multifile item show/hide on dropdown.2. On multifield item add. say you have specific value on dropdown and based ...
Hi @sham2348 You can achieve a similar kind of functionality by manipulating the component edit bar. though you can't lock and unlock component however you can remove edit option from component edit toolbar on the checkbox. you can use ComponentContext and Toolbar API to remove edit option from the...
Hi @aravindS , This is a TagManager API method which return RangeIterator<Resource> of JCR Nodes tagged with the given tag. You can play with return RangeIterator as per your need however you can't use limit and offser with tagmeneger's find(). Though, If you use QueryBuilder API to find nodes tagge...
Hi @Rahul17 , yes, it is quite possible. you can create a React SPA project from scratch using Maven archetype. Please use 'react' for 'frontendModule' property while creating project.You can follow above github link or this document for more information about maven archetype.https://experienceleagu...
Hi @nhna1 , Are you using a custom scheduler? If yes You can check below.1. How much time scheduler instance take to complete.2. Did you enable concurrent executions? 3. Check the scheduler's next execution time (http://localhost:4502/system/console/status-slingscheduler)Delayed execution reason cou...
Hi @johns43992246,As I understood, You have two requirements. Let me give you another solution.1. Populate dialog dropdown from CA config(collection type). Create a servlet which serve as datasource.
@Component(service = Servlet.class)
@SlingServletResourceTypes(
methods = {HttpConstants.ME...
Hi @divanshjohndigital ,Integration of Solr and AEM standalone is very simple and straight forward. All the high level API are provided by Solr in ready to use OSGi bundle. You just need to add to your project as dependency and deploy to AEM.
If you are interested, leaving you with video tutorials ...
Hi @Nandheswara , It all depend on complexity on your use case/Multifield. I am sharing a pseudo code having 3 fields in multifield and in sling model it handling using MAP. Update field names as per need. I will also add links to complete files
Dialog(only multifield pseudo code. Will leave link t...
Hi @SamFlyn ,The files/configurations generated by Maven archetype won't work straight forward. You have make adjustments as per your machine/OS and apache/Docker. Which machine/OS you are using. Are you using Apache or Docker ?. The way of setting up dispatcher is different of different machine. Wi...