How to get the dialog property value of Tag in sightly(aem6.2) | Community
Skip to main content
August 30, 2017
Solved

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

  • August 30, 2017
  • 4 replies
  • 3336 views

Hello Everyone,

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

Regards,

Sandhya.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by smacdonald2008

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 replies

smacdonald2008
Level 10
August 30, 2017

Here is an article that works with HTL and Tags:

Adobe Experience Manager Help | Developing HTML Template Language Components that search for Adobe Experience Manager Co…

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

August 30, 2017

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.

smacdonald2008
smacdonald2008Accepted solution
Level 10
August 30, 2017

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.

August 30, 2017

Thank you Scott.