Handlebars array rendering issue in AEM
Hi,
I am new to AEM and facing one strange issue with Handlebars js support in AEM. I have created a simple component with .hbs file. Within hbs file I am simply rendering the JSON array using handlerbars iteration mechanism. It does iterate the array but it does not print the actual value of any of its object element.
Handlebars code and String array

Result of the page rendering. It does not print the value of "linkText". However it does print the whole object using {{this}}.

I am not sure what's wrong here as this handlerbars code perfectly works when run outside the AEM/CRXDE context.
Quick reply to this issue would really be appreciated.
Thank you in advance
Regards,
Ganesh