Umstellung auf Thymeleaf: Zwischenschritt - Fehler in Thymeleaf umschifft
[website] / src / main / webapp / WEB-INF / views / tiles.jsp
1 <%@page contentType="text/html" pageEncoding="UTF-8" session="false"%>
2 <%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
3 <c:forEach begin="1" end="10">
4 Hello World!<br/>
5 </c:forEach>