<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1498" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>I'm using Corrin beta 3 & I'm trying to import 
some html pages from my file system & i do select a template created by 
myself. I do properly include the body element in the <cms:include> as 
well <cms:templates> tags.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>but I'm getting the error message</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>Element 'body' is not a valid element of template: 
/system/modules/com.MyModule.templates/templates/main</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>here main is my template</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>& looks like</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV><FONT face=Arial size=2>
<DIV><BR>************************************************************<BR></DIV>
<DIV>##   main.jsp##</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2><%@ page session="true" %><BR><%@ taglib 
prefix="cms" uri="<A 
href="http://www.opencms.org/taglib/cms">http://www.opencms.org/taglib/cms</A>" 
%></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2><!doctype html public "-//W3C//DTD HTML 4.01 
Transitional//EN"><BR><html><BR><head><BR><title><cms:property 
name="Title" escapeHtml="true" /></title></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2><meta HTTP-EQUIV="CONTENT-TYPE" 
CONTENT="text/html; CHARSET=<cms:property name="content-encoding" 
default="ISO-8859-1" />"><BR><script language="JavaScript" 
src="../js/swapimages.js" 
type="text/JavaScript"></script><BR><SCRIPT LANGUAGE="JavaScript" 
src="../js/openwindow.js" type="text/JavaScript"></script><BR><link 
type="text/css" rel="stylesheet" 
href="../css/home.css"><BR></head></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2><body></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2><cms:include file="header"/></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV><FONT face=Arial size=2>
<DIV><BR><cms:template element="body"><BR> <cms:include 
element="body"/><BR></cms:template></DIV>
<DIV> </DIV>
<DIV><cms:include file="footer"/></DIV>
<DIV> </DIV>
<DIV><BR></body><BR></html></DIV>
<DIV> </DIV>
<DIV>*************************************************************<BR><BR>but 
when I'm selecting Welcome release notes tepmlate every thing works  
perfecly fine. </DIV>
<DIV> </DIV>
<DIV><BR>The error is repeated when I select OpenCms template 1 or any other 
template. <BR> :roll: </DIV>
<DIV> </DIV>
<DIV>please suggest what will be the problem.</DIV>
<DIV> </DIV>
<DIV><BR>thanks<BR>prashant</FONT></DIV></BODY></HTML>