AEM 6.2 classic : Get list of fields in the component dialog which has a specific property set on it.
Hi All,
Suppose, I have a component on the page. The sling:resourceType of this component is xyz/components/abc/SAMPLECOMPONENT.
Under xyz/components/abc/SAMPLECOMPONENT, there is xtype=dialog, under which multiple fields like textfield, textarea etc are present.
On some of the fields, there is a CUSTOM string property set.
In my model class, I need to find only such properties and do some manipulation on it.
Any thoughts/pointers/reference code on this will be helpful.