Seitentitel kann weggelassen werden
[website] / src / main / webapp / WEB-INF / views / test / error.jsp
index 5e8e4e1..4bc0ebb 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="Diese Seite erzeugt einen Fehler!" type="string"/>
-  <t:putAttribute name="maincontent" type="string">
+  <t:putAttribute name="title" value="Diese Seite erzeugt einen Fehler!" type="string" cascade="true"/>
+  <t:putAttribute name="maincontent" type="string" cascade="true">
     <% Integer.parseInt("foo"); //throws an exception %>
   </t:putAttribute>
 </t:insertDefinition>