About the component sling resolution in AEM FORM (6.5) | Community
Skip to main content
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 Ritesh_Mittal

Hi @srinivas_chann1 ,

 

If you are migrating your application components to HTL then first you need to understand the business logic behind. The view can be written in HTL files. The resource resolution can be understood on below links-

 

https://www.youtube.com/watch?v=yRQxErOJoww

https://experienceleague.adobe.com/docs/experience-manager-65/developing/platform/sling-cheatsheet.html?lang=en

 

One more thing, you have mentioned node names in the query. Few nodes are required to build the component whereas we can also create custom nodes based on the logic what we are going to write.

1 reply

Ritesh_Mittal
Ritesh_MittalAccepted solution
New Participant
January 26, 2023

Hi @srinivas_chann1 ,

 

If you are migrating your application components to HTL then first you need to understand the business logic behind. The view can be written in HTL files. The resource resolution can be understood on below links-

 

https://www.youtube.com/watch?v=yRQxErOJoww

https://experienceleague.adobe.com/docs/experience-manager-65/developing/platform/sling-cheatsheet.html?lang=en

 

One more thing, you have mentioned node names in the query. Few nodes are required to build the component whereas we can also create custom nodes based on the logic what we are going to write.