Hi
I have a usecase where currently we have two components with below code structure dependency
componenta
Componentb
So currently I wanted to convert componenta show.jsp to html(htl) with model class without effecting supertype componentb(because this component is used in multiple places dint want to disturb this). How this can be achieved i mean how can make sure my html is loaded once the request comes to show.jsp in componenta. any references would be helpful.
Solved! Go to Solution.
Hi,
I think, you can do it without any issue.
Convert componentA into HTL(HTML+Model)
Include ComlponnetA into ComponentB using cq:include or sling:include
@srikanthg212933 My genuine opinion is not to mix up HTL and JSP. You might be able to do it, but I don't think it is the best way to do it.
Thanks
Veena ✌
Hi,
I think, you can do it without any issue.
Convert componentA into HTL(HTML+Model)
Include ComlponnetA into ComponentB using cq:include or sling:include
Views
Likes
Replies