この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
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.
解決済! 解決策の投稿を見る。
表示
返信
いいね!の合計
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