Hi Team,
I am working on a use case, but stuck at one point that i have created a multifield component where we can create multiple cards shown in the below image. But as soon as these cards are created it should also have individual parsys below it for each card. The parsys should get add dynamically for each card. and the content added into the parsys should be hide and show based on the click on that card. but Here i am not able to add the parsys itself. Please help here.
My current HTL is
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Don't run a second loop. Include parsys in first loop before end of sly tag (i.e. before </sly>)
hi @monish_gavali ,
Please try checking the Tabs component in AEM core component library which has similar implementation
reference : https://www.aemcomponents.dev/content/core-components-examples/library/core-content/tabs.html#tabs-9...
Thanks,
Anil
Don't run a second loop. Include parsys in first loop before end of sly tag (i.e. before </sly>)
The HTL looks OK. But can you check if the model is returning the expected value in xbrlCardDetails. And are you getting any errors in this ?
Hi,
Most likely the second time you loop your object this is empty because your HTL looks correct. My guess is that you are getting the xbrCardDetails values directly from an iterator, if that is your case, it is expected what you are seeing, and you can learn more here about it here: https://stackoverflow.com/questions/3831542/what-happens-if-you-call-the-same-iterator-twice-on-the-...
Hope this helps.
Views
Likes
Replies
Views
Likes
Replies