access component as html or jsp
Hi,
If I create CQ component e.g. Page, can I access Page component as html or jsp file?
If I have my page at path content/dam/geometrixx with name test, how can i access it as html?
Hi,
If I create CQ component e.g. Page, can I access Page component as html or jsp file?
If I have my page at path content/dam/geometrixx with name test, how can i access it as html?
You can access your component as html if you set defaultRendering for component as html (cq:defaultView="html"). Or else you can create template first and then create component to handle rendering of that template.
Yogesh
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.