[opencms-dev] OCms5 - <cms:include element="body"/> with a JSP page
James
jim at futurate.com
Thu Feb 3 15:29:27 CET 2005
In my jsp template I have:
.
.
.
<cms:template element="body">
<table width="736px">
<tr>
<td width="184px" valign="top">
<cms:include file="../elements/secondarynav.jsp"/>
</td>
<td width="368px" valign="top">
<h1><cms:property name="title" escapeHtml="true"/></h1>
<cms:include element="body"/>
</td>
<td width="184px" valign="top">
<cms:include file="../elements/check_login.jsp"/>
</td>
</tr>
</table>
</cms:template>
.
.
.
When I use this template with my html pages, the data between the CDATA tags
is included correctly with <cms:include element="body"/>.
My problem:
When using the same template with jsp pages, how do I include the jsp data
with <cms:include element="body"/>?
The head and foot included elements from the template work correctly.
Cheers……
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.841 / Virus Database: 572 - Release Date: 21/01/2005
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20050203/849c455b/attachment.htm>
More information about the opencms-dev
mailing list