Seitentitel kann weggelassen werden
[website] / src / main / webapp / WEB-INF / views / about.jsp
index 6bc4948..a26f217 100644 (file)
@@ -3,7 +3,7 @@
 <%@page session="false" %>
 <%@taglib uri="http://tiles.apache.org/tags-tiles" prefix="t" %>
 <t:insertDefinition name="BASEPAGE">
-  <t:putAttribute name="title" value="About" type="string"/>
+  <t:putAttribute name="title" value="About" type="string" cascade="true"/>
   <t:putAttribute name="breadcrumb">
     <li class="b"><a class="b" href="${base}index.html">Home</a></li>
     <li class="b"><strong class="b">About</strong></li>
@@ -23,7 +23,7 @@
       <li class="s "><a href="${base}contact.html" class="s">Contact</a></li>
     </ul>
   </t:putAttribute>
-  <t:putAttribute name="maincontent" type="string">
+  <t:putAttribute name="maincontent" type="string" cascade="true">
     <p>
       <span class="logo">juplo</span> is the place, where I collect and share
       my more or less private projects.