Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Reading tag name and title property in sightly

Avatar

Level 2

I have selected a tag in dialog of a component. I want to access its name and title of tag in sightly.

Is there any way where we can directly read name and title of tag in sightly?

1 Accepted Solution

Avatar

Correct answer by
Level 10

See this HELPX article where we show use of HTL and Tags resource type ( cq/gui/components/common/tagspicker). Notice that we can read tags selected in a Tag picker in Java. This will get you up and running,

Adobe Experience Manager Help | Developing HTML Template Language Components that search for Adobe E...

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

See this HELPX article where we show use of HTL and Tags resource type ( cq/gui/components/common/tagspicker). Notice that we can read tags selected in a Tag picker in Java. This will get you up and running,

Adobe Experience Manager Help | Developing HTML Template Language Components that search for Adobe E...