Seitentitel kann weggelassen werden
[website] / src / main / webapp / WEB-INF / views / test / fast-leer-kein-menü.jsp
index 52836d0..28a10a5 100644 (file)
@@ -3,7 +3,7 @@
 <%@page session="false" %>
 <%@taglib uri="http://tiles.apache.org/tags-tiles" prefix="t" %>
 <t:insertDefinition name="test">
-  <t:putAttribute name="title" value="Fast leere Seite ohne Menü" type="string"/>
+  <t:putAttribute name="title" value="Fast leere Seite ohne Menü" type="string" cascade="true"/>
   <t:putAttribute name="contentclass" value="nomenu" type="string"/>
   <t:putAttribute name="navigation" type="string">
     <h1 class="nav">Navigation</h1>
@@ -14,7 +14,7 @@
       <li class="m about"><a href="${base}about.html" class="m">About</a></li>
     </ul>
   </t:putAttribute>
-  <t:putAttribute name="maincontent" type="string">
+  <t:putAttribute name="maincontent" type="string" cascade="true">
     <p>Diese Seite ist fast leer...</p>
   </t:putAttribute>
   <t:putAttribute name="marginalcontent" value="" type="string"/>