I am using cq/gui/components/tagspicker in my component dialog and want to display the selected tags in HTL. I have tried directly by using name property but this only displays the first selected tag. How to display all selected tags from component dialog in frontend?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi @Zendarkke
Can you share you HTL code ? I believe the property is an array so you might need to iterate it.
Also, I suggest using Sling models to read props and make the values available in HTL.
Hi @Zendarkke
Can you share you HTL code ? I believe the property is an array so you might need to iterate it.
Also, I suggest using Sling models to read props and make the values available in HTL.
Thanks , went forward with using the sling model approach