Hi All,
Does anyone know how I can do a "<cq:include>" on am AEM 6.3 HTML file?
I am trying to import an old AEM 6.2 JSP Component into an AEM 6.3 project.
The old AEM 6.2 JSP Component contains the following line :-
<cq:include path="mobile-navigation" resourceType="components/content/navigation/mobilenav"/>
When I include this in the AEM 6.3 HTML file , it is including in literally when I view the output page source in the Browser
I have tried adding the following to the top of the AEM 6.3 HTML file but this does not solve the problem :-
<%@taglib prefix="cq" uri="http://www.day.com/taglibs/cq/1.0" %>
Thanks for your advise.