I am going to create a component which needs to reuse the existing component 3 times. In my component's JSP file I added following but getting blank page when creating a template for my component and then creating a page for that template.
<code><%@taglib prefix="cq" uri="http://www.day.com/taglibs/cq/1.0" %><% %> haha <cq:include path="test" resourceType="/apps/help/components/relatedlinks" /> <cq:include path="test1" resourceType="/apps/help/components/relatedlinks" /> <cq:include path="test2" resourceType="/apps/help/components/relatedlinks" /> </code>