Seitentitel kann weggelassen werden
[website] / src / main / webapp / WEB-INF / views / test / phone.jsp
index e9c7291..436a727 100644 (file)
@@ -3,13 +3,13 @@
 <%@page session="false" %>
 <%@taglib uri="http://tiles.apache.org/tags-tiles" prefix="t" %>
 <t:insertDefinition name="test">
-  <t:putAttribute name="title" value="Layout für Smartphones" type="string"/>
+  <t:putAttribute name="title" value="Layout für Smartphones" type="string" cascade="true"/>
   <t:putAttribute name="htmlhead" type="string">
     <meta name="viewport" content="width=device-width, initial-scale=1">
     <link rel="stylesheet" type="text/css" href="${base}css/base.css" />
     <link rel="stylesheet" type="text/css" href="${base}css/phone.css" />
   </t:putAttribute>
-  <t:putAttribute name="maincontent" type="string">
+  <t:putAttribute name="maincontent" type="string" cascade="true">
     <p>
       Diese Seite bindet alle Styles ein, die für Smartphones eingebunden
       werden (<code>/css/base.css</code> und <code>/css/phone.css</code>).