Hi All,
I have created simple template and component and componet's jsp has belo html tags.
<%@include file="/libs/foundation/global.jsp"%>
<%--
customer service form component.
<%@page session="false" %>
--%>
<html>
<head>
<title>Hello World !!!</title>
</head>
<body>
<h1>Hello Sling Servlet!!!</h1>
<h2>This page will post data to an Adobe CQ Sling Servlet</h2>
</body>
</html>
I could able to create page with this template but when i try to view page a blank page is rendering.I am seeing 14.02.2015 10:44:01.044 *ERROR* [172.19.236.14 [1423932241041] GET /wcm_author/content/csfsample.html HTTP/1.1] org.apache.sling.servlets.get.impl.DefaultGetServlet No renderer for extension html, cannot render resource JcrNodeResource, type=customer-service/components/page/csf, superType=null, path=/content/csfsample/jcr:content error in error.log.
Can someone help me in fixing this issue.
Thanks,
Kishore