I have included a component in another component jsp using
<cq:include path="navMenu" resourceType="/apps/project/components/common/testMenu" />
getting the following error :
http://localhost:4502/content/testsite/en/about/jcr:content/headernav/navMenu.infinity.json? 404 (Not Found)
I am having the same issues with all the components when used
<cq:include>tag inside another component jsp.
scenario:
- component1 with sling:resourceSuperType to parentcomponent
- cq:include subcomponent inside component1
- page -> drag and drop the component1 or include it.
I appreciate any help on this.
Thank you, Sri

