<< Back - Alkacon logo

OpenCms 6.0 interactive documentation:

Show source page

OpenCms logo - Forward >>

Source code for: /alkacon-documentation/examples_flex_3/inc_tagvariations.jsp


<%@ taglib prefix="cms" uri="http://www.opencms.org/taglib/cms"  %>

<cms:include property="template" suffix="" element="head" />

<blockquote>
<h3>Start of file inc_tagvariations.jsp</h3>

<hr>Using <code>page</code> (or <code>file</code>) attribute:<br>
<cms:include page="cascade_xmltop.html" />


<hr>Using <code>property</code> and <code>suffix</code> attributes :<br>
<cms:include property="Keywords" suffix=".jsp" />


<hr>Using tag body content:<br>
<cms:include><cms:property name="Keywords" file="this"/>.jsp</cms:include>


<hr>
<h3>End of file inc_tagvariations.jsp</h3>
</blockquote>

<cms:include property="template" suffix="" element="foot" />



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