Umstellung auf Thymeleaf: Schritt 3 - Versucht, das Projet umzustellen
[website] / src / main / webapp / WEB-INF / views / test / fast-leer-mit-menü.jsp
index bd82825..9bfae15 100644 (file)
@@ -2,11 +2,9 @@
 <%@page pageEncoding="UTF-8"%>
 <%@page session="false" %>
 <%@taglib uri="http://tiles.apache.org/tags-tiles" prefix="t" %>
-<%@taglib uri="http://www.springframework.org/tags" prefix="s"%>
-<s:url var="base" value="/" />
 <t:insertDefinition name="test">
-  <t:putAttribute name="title" value="Fast leere Seite mit Menü" type="string"/>
-  <t:putAttribute name="maincontent" type="string">
+  <t:putAttribute name="title" value="Fast leere Seite mit Menü" type="string" cascade="true"/>
+  <t:putAttribute name="maincontent" type="string" cascade="true">
     <p>Diese Seite ist fast leer...</p>
   </t:putAttribute>
   <t:putAttribute name="marginalcontent" value="" type="string"/>