Umstellung auf Thymeleaf: Schritt 3 RELOADED - Thymleaf mit LayoutDialect
[website] / src / main / webapp / WEB-INF / views / test / error.jsp
diff --git a/src/main/webapp/WEB-INF/views/test/error.jsp b/src/main/webapp/WEB-INF/views/test/error.jsp
deleted file mode 100644 (file)
index 4bc0ebb..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-<%@page contentType="text/html;charset=UTF-8"%>
-<%@page pageEncoding="UTF-8"%>
-<%@page session="false" %>
-<%@taglib uri="http://tiles.apache.org/tags-tiles" prefix="t" %>
-<t:insertDefinition name="test">
-  <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>