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

AEM HTL headline component is unable to take input from dialog box.

Avatar

Community Advisor

Hi,

I have created one text component. and uses a classic UI dialog box. but when I am giving input to that dialog box. it's not giving me any output nor any error after clicking ok to dialog box.

Where I can check what is the problem? and stack generated ? I have referred "https://helpx.adobe.com/experience-manager/using/creating-htl-component.html".

please let me know if more information required.

Regards,

Prince

1 Accepted Solution

Avatar

Correct answer by
Level 10

Just tested this article for AEM 6.2 - http://scottsdigitalcommunity.blogspot.ca/2016/07/creating-aem-html-template-language.html

It works perfectly: 

As Feike suggests - make sure there are no typos in the code. 

View solution in original post

29 Replies

Avatar

Community Advisor

Hey,
I replaced it and it works. 

${heroTextObject.heroTextBean.heading} with ${properties.jcr:heading}.

and

${heroTextObject.heroTextBean.description} with ${properties.jcr:description}.

I have kept the "name" property of both node as ./jcr:heading and ./jcr:description. so it works.

Avatar

Community Advisor

now what can be the issue? I am still confused.

Avatar

Community Advisor

now what can be the issue? I am still confused.

Avatar

Level 10

Great -- i will look into your code today and try and see what the issue is. 

Avatar

Level 10

Great -- i will look into your code today and try and see what the issue is. 

Avatar

Community Advisor

Thank you scott.

Avatar

Community Advisor

Thank you scott.

Avatar

Community Advisor

Hi,

I am able to see the input given in the dialog box. I have referred "https://helpx.adobe.com/experience-manager/using/first_htl_WCMUsePojo.html".

Thank you scott and team.

- Prince

Avatar

Community Advisor

Hi,

I am able to see the input given in the dialog box. I have referred "https://helpx.adobe.com/experience-manager/using/first_htl_WCMUsePojo.html".

Thank you scott and team.

- Prince