내 커뮤니티 업적 표시줄을 확대합니다.

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

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

How to get the dialog property value of Tag in sightly(aem6.2)

Avatar

이전 커뮤니티 멤버

Hello Everyone,

Can you please anyone help to retrieve the dialog property value of Tag in sightly(aem6.2).

1288888_pastedImage_0.png

Regards,

Sandhya.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 10

See this thread - where Praveen showed the syntax to read dialog values via HTL:

Dialog property retrieval on page via sightly

This will solve your issue.

원본 게시물의 솔루션 보기

4 답변 개

Avatar

Level 10

Here is an article that works with HTL and Tags:

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

WHen working with tags in a dialog - you should use cq/gui/components/common/tagspicker granite data type as shown in this article.

Avatar

이전 커뮤니티 멤버

Hi Scott,

Thank you .

I have referred the same article.But I wanted to get the selected tag values to the page without using Java class.

I would like to retrieve the tag values on the page using only sightly.

Regards,

Sandhya.

Avatar

정확한 답변 작성자:
Level 10

See this thread - where Praveen showed the syntax to read dialog values via HTL:

Dialog property retrieval on page via sightly

This will solve your issue.

Avatar

이전 커뮤니티 멤버

Thank you Scott.