Expand my Community achievements bar.

sunil_kumar_
sunil_kumar_
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • 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...

    Type

    Questions

    Views

    412

    Likes

    2

    Replies

    0
  • 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 ...

    Type

    Questions

    Views

    880

    Likes

    2

    Replies

    0
  • 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...

    Type

    Questions

    Views

    277

    Like

    1

    Replies

    0
  • 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...

    Type

    Questions

    Views

    248

    Likes

    2

    Replies

    0
  • 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...

    Type

    Questions

    Views

    777

    Like

    1

    Replies

    0
  • 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...

    Type

    Questions

    Views

    156

    Like

    1

    Replies

    0
  • 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...

    Type

    Questions

    Views

    1.4K

    Likes

    2

    Replies

    1
  • 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 ...

    Type

    Questions

    Views

    486

    Like

    1

    Replies

    0
  • 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...

    Type

    Questions

    Views

    2.8K

    Like

    1

    Replies

    0
  • 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...

    Type

    Questions

    Views

    1.2K

    Likes

    2

    Replies

    1
Top badges earned by sunil_kumar_
Customize the badges you want to showcase on your profile