<< Back - Alkacon logo

OpenCms 6.0 interactive documentation:

Show source

OpenCms logo - Forward >>

Source code for: /alkacon-documentation/examples_directedit/demo_5.jsp


<%@ page session="false" buffer="none" %>
<%@ taglib prefix="cms" uri="http://www.opencms.org/taglib/cms" %>
<cms:include property="template" element="head" />

<cms:editable />

<h2>Demo for the OpenCms taglib usage on a JSP</h2>
<p>
Please see the source code of the JSP generating this page for an example 
of how to work with the OpenCms taglib to include an editable "body" element from another page.
</p>
<p>
<cms:include file="demo_1.html" element="body" editable="true" />
</p>
<cms:include property="template" element="foot" />

©2005 Alkacon Software GmbH (http://www.alkacon.com) - The OpenCms experts