<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<TITLE>Message</TITLE>

<META content="MSHTML 6.00.2800.1400" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=232394921-08082005>Hi 
Nik,</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN 
class=232394921-08082005></SPAN></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN 
class=232394921-08082005></SPAN></FONT><FONT face=Arial color=#0000ff 
size=2></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2><%@ taglib prefix="cms" 
uri="</FONT><A href="http://www.opencms.org/taglib/cms"><FONT face=Arial 
size=2>http://www.opencms.org/taglib/cms</FONT></A><FONT face=Arial 
color=#0000ff size=2>" %><BR><%@ page buffer="none" import = 
"org.opencms.jsp.CmsJspActionElement,<SPAN 
class=232394921-08082005> </SPAN>org.opencms.file.CmsObject,<SPAN 
class=232394921-08082005> </SPAN>org.opencms.file.CmsRequestContext"</FONT><FONT 
face=Arial color=#0000ff size=2>%></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
<DIV><SPAN class=232394921-08082005><FONT face=Arial color=#0000ff 
size=2>........................</FONT></SPAN></DIV>
<DIV><SPAN class=232394921-08082005><SPAN class=232394921-08082005><FONT 
face=Arial color=#0000ff 
size=2>........................</FONT></SPAN></SPAN></DIV>
<DIV><SPAN class=232394921-08082005><SPAN class=232394921-08082005><SPAN 
class=232394921-08082005><FONT face=Arial color=#0000ff 
size=2>........................</FONT></SPAN></SPAN></SPAN></DIV>
<DIV><SPAN class=232394921-08082005><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2><cms:template 
element="body"></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2><!-- start content text 
--><BR><div class="element"> <BR><cms:include element="body" 
editable="true"/> </FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></div><BR><SPAN 
class=232394921-08082005><</SPAN>/cms:template></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=232394921-08082005>or the 
templateone solution.</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN 
class=232394921-08082005></SPAN></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN 
class=232394921-08082005>HTH,</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN 
class=232394921-08082005></SPAN></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN 
class=232394921-08082005>Regards,</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN 
class=232394921-08082005>Arash</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
  <DIV></DIV>
  <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left><FONT 
  face=Tahoma size=2>-----Original Message-----<BR><B>From:</B> 
  opencms-dev-bounces@opencms.org [mailto:opencms-dev-bounces@opencms.org] <B>On 
  Behalf Of </B>Michael, Nick N<BR><B>Sent:</B> Montag, 8. August 2005 
  14:22<BR><B>To:</B> 'The OpenCms mailing list'<BR><B>Subject:</B> 
  [opencms-dev] bvr- body tags done seem to be working - What iswrong with this 
  line of code<BR><BR></FONT></DIV>
  <DIV><FONT face=Arial color=#0000ff size=2><SPAN class=910541912-08082005>Hi 
  there</SPAN></FONT></DIV>
  <DIV><FONT face=Arial color=#0000ff size=2><SPAN 
  class=910541912-08082005></SPAN></FONT> </DIV>
  <DIV><FONT face=Arial color=#0000ff size=2><SPAN 
  class=910541912-08082005>I cant get content in the body tags  
  </SPAN></FONT></DIV>
  <DIV><FONT face=Arial color=#0000ff size=2><SPAN class=910541912-08082005>What 
  am I doing wrong ?</SPAN></FONT></DIV>
  <DIV><FONT face=Arial color=#0000ff size=2><SPAN 
  class=910541912-08082005></SPAN></FONT> </DIV>
  <DIV><FONT face=Arial color=#0000ff size=2><SPAN class=910541912-08082005>see 
  code below</SPAN></FONT></DIV>
  <DIV><FONT face=Arial color=#0000ff size=2><SPAN 
  class=910541912-08082005></SPAN></FONT> </DIV><FONT size=+0><SPAN 
  class=910541912-08082005>
  <DIV><BR><FONT face=Arial color=#0000ff size=2><%  // Create a 
  JSP action element for getting body 
  content<BR> org.opencms.jsp.CmsJspActionElement cmsAct= new 
  org.opencms.jsp.CmsJspActionElement(pageContext, request, response); 
  <BR>%></FONT></DIV>
  <DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
  <DIV><BR><FONT face=Arial color=#0000ff size=2><!-- (body content) 
  --><BR><%<BR>// the body element<BR>cmsAct.include(null, "body");<SPAN 
  class=910541912-08082005>            
  /////  what is wrong with this line of code ?</SPAN><BR>%><BR><!-- 
  (body content) --></FONT></DIV>
  <DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
  <DIV></SPAN></FONT> </DIV>
  <DIV> </DIV>
  <P><FONT face=Arial color=#0000ff size=2>With kind regards</FONT> <BR><FONT 
  face=Arial color=#0000ff size=2>Nick Michael</FONT> <BR><FONT face=Arial 
  color=#0000ff size=2>tel 2-9032</FONT> <BR><FONT face=Arial color=#0000ff 
  size=2>cell 082-508-1950</FONT> </P>
  <BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"><FONT face=Arial color=#0000ff 
    size=2></FONT> </BLOCKQUOTE>
  <DIV>__________________________________________________________________________________________________________________________________</DIV>
  <DIV><SPAN class=236492506-24112004><FONT size=2><SPAN lang=EN-ZA 
  style="FONT-SIZE: 9pt; LAYOUT-GRID-MODE: line; FONT-FAMILY: Arial; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-ZA; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><STRONG><SPAN 
  lang=EN-US 
  style="FONT-SIZE: 9pt; FONT-FAMILY: Arial; mso-bidi-font-size: 12.0pt">Standard 
  Bank Disclaimer and Confidentiality Note<O:P></O:P></SPAN></STRONG> 
  <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN 
  style="FONT-SIZE: 9pt; mso-bidi-font-size: 12.0pt"><O:P></O:P></SPAN></P>
  <P class=MsoBodyText 
  style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: justify"><SPAN 
  lang=EN-US 
  style="FONT-SIZE: 9pt; FONT-FAMILY: Arial; mso-bidi-font-size: 12.0pt">This 
  e-mail, its attachments and any rights attaching hereto are, unless the 
  context clearly indicates otherwise, the property of Standard Bank Group 
  Limited </SPAN><SPAN lang=EN-US 
  style="FONT-SIZE: 9pt; FONT-FAMILY: Arial; mso-bidi-font-size: 12.0pt">and/or 
  its subsidiaries ("the Group"). It is confidential, private and intended for 
  the addressee only.</SPAN></P>
  <P class=MsoBodyText 
  style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: justify"><SPAN 
  lang=EN-US 
  style="FONT-SIZE: 9pt; FONT-FAMILY: Arial; mso-bidi-font-size: 12.0pt"></SPAN><SPAN 
  lang=EN-US 
  style="FONT-SIZE: 9pt; FONT-FAMILY: Arial; mso-bidi-font-size: 12.0pt">Should 
  you not be the addressee and receive this e-mail by </SPAN><SPAN lang=EN-US 
  style="FONT-SIZE: 9pt; FONT-FAMILY: Arial; mso-bidi-font-size: 12.0pt">mistake, 
  kindly notify the sender, and delete this e-mail, immediately and do not 
  disclose or use same in any manner whatsoever. </SPAN><SPAN lang=EN-US 
  style="FONT-SIZE: 9pt; FONT-FAMILY: Arial; mso-bidi-font-size: 12.0pt">Views 
  and opinions expressed </SPAN><SPAN lang=EN-US 
  style="FONT-SIZE: 9pt; FONT-FAMILY: Arial; mso-bidi-font-size: 12.0pt">in this 
  e-mail are those of the sender unless clearly stated as those of the Group. 
  The Group </SPAN><SPAN lang=EN-US 
  style="FONT-SIZE: 9pt; FONT-FAMILY: Arial; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: 'Arial Unicode MS'">accepts 
  no liability whatsoever for any loss or damages </SPAN><SPAN lang=EN-US 
  style="FONT-SIZE: 9pt; FONT-FAMILY: Arial; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: 'Arial Unicode MS'">whatsoever 
  and howsoever incurred, or suffered, resulting, or arising, from the use of 
  this email or its attachments.</SPAN></P>
  <P class=MsoBodyText 
  style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: justify"><SPAN 
  lang=EN-US 
  style="FONT-SIZE: 9pt; FONT-FAMILY: Arial; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: 'Arial Unicode MS'"></SPAN><SPAN 
  lang=EN-US 
  style="FONT-SIZE: 9pt; FONT-FAMILY: Arial; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: 'Arial Unicode MS'">The 
  Group does not warrant the integrity of this </SPAN><SPAN lang=EN-US 
  style="FONT-SIZE: 9pt; FONT-FAMILY: Arial; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: 'Arial Unicode MS'">e-mail 
  nor that it is free of errors, viruses, interception or interference. 
  </SPAN><SPAN 
  style="FONT-SIZE: 9pt; FONT-FAMILY: Arial; mso-bidi-font-size: 12.0pt; mso-ansi-language: EN-GB">Licensed 
  divisions of the Standard Bank Group are authorised financial services 
  providers in terms of the Financial Advisory and Intermediary Services Act, No 
  37 of 2002 (FAIS).</SPAN><SPAN lang=EN-US 
  style="FONT-SIZE: 9pt; FONT-FAMILY: Arial; mso-bidi-font-size: 12.0pt"><O:P></O:P></SPAN></P>
  <P class=MsoBodyText 
  style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: justify"><SPAN 
  lang=EN-US 
  style="FONT-SIZE: 9pt; FONT-FAMILY: Arial; mso-bidi-font-size: 12.0pt"><O:P></O:P></SPAN></P>
  <P class=MsoBodyText style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"><SPAN 
  lang=EN-US 
  style="FONT-SIZE: 9pt; FONT-FAMILY: Arial; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: 'Arial Unicode MS'">For 
  information about the Standard Bank Group Limited visit our website <A 
  href="http://www.standardbank.co.za"><FONT 
  color=#0000ff>http://www.standardbank.co.za</FONT></A></SPAN></P></SPAN></FONT></SPAN><FONT 
  color=#0000ff><FONT 
  color=#000000>__________________________________________________________________________________________________________________________________<BR></FONT></DIV></BLOCKQUOTE></FONT></BODY></HTML>