Expand my Community achievements bar.

Introducing Adobe LLM Optimizer: Own your brand’s presence in AI-Powered search and discovery

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

About the component sling resolution in AEM FORM (6.5)

Avatar

Level 8

Hello,

 

Could some one provide inputs on the below query I had on

 

 https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager-forms/about-the-component-...

 

Regards,

Srinivas

1 Accepted Solution

Avatar

Correct answer by
Community Advisor and Adobe Champion

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.h...

 

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.

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor and Adobe Champion

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.h...

 

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.