This conversation has been locked due to inactivity. Please create a new post.
This conversation has been locked due to inactivity. Please create a new post.
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
Solved! Go to Solution.
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.
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
now what can be the issue? I am still confused.
Views
Replies
Total Likes
now what can be the issue? I am still confused.
Views
Replies
Total Likes
Great -- i will look into your code today and try and see what the issue is.
Views
Replies
Total Likes
Great -- i will look into your code today and try and see what the issue is.
Views
Replies
Total Likes
Thank you scott.
Views
Replies
Total Likes
Thank you scott.
Views
Replies
Total Likes
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
Views
Replies
Total Likes
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
Views
Replies
Total Likes
Views
Likes
Replies