Hi Team,
Can please explain anyone how to iterate composite multi field values using sling models and fetch it page using slightly by data-sly-template
I am tried by using
@chidresource
private List<Resource> articledetails;
but it’s not working Please explain the process.
Thankyou.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @Vasu542201
Please check out my blog here: https://allaembykiran.wordpress.com/2021/01/13/nested-multi-field/
Hope it helps!
Thanks,
Kiran Vedantam
Hi @Vasu542201
Please check out my blog here: https://allaembykiran.wordpress.com/2021/01/13/nested-multi-field/
Hope it helps!
Thanks,
Kiran Vedantam
you can check example here
@Vasu542201 You have to define your model class for articledetails and inject your multifield properties to ArticleDetails
@chidresource
private List<ArticleDetails> articleDetails
Views
Likes
Replies