Hello @aanchal-sikka
I already referred to the OOTB Teaser component.
For me also, the page properties values are displaying in HTML by exposing the data through getters.
But I need to populate the data in component dialog fields. Can you please suggest any solution.
Thanks,
Sumit
Hi @s__k__agarwal
Teaser is the correct example.
1. you make a ajax call to page and get the information and populate in a dialog on dialog load event. make sure you disabled this fields otherwise data will be stored in jcr
2. When you do the rendering, render this data from page properties.
If you want to populate the value just to prefill before authoring, then you don't need to make disabled and read from the component.