Die Basis für die contextrelativen URL's wird jetzt Applicationweit bestimmt
[website] / src / main / webapp / WEB-INF / views / index.jsp
index a624ebc..89f9c87 100644 (file)
@@ -2,10 +2,11 @@
 <%@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="NOMENU">
   <t:putAttribute name="title" value="Branding" type="string"/>
+  <t:putAttribute name="header">
+    <h1 id="logo"><strong class="l">juplo</strong></h1>
+  </t:putAttribute>
   <t:putAttribute name="breadcrumb">
     <li class="b"><strong class="b">Home</strong></li>
   </t:putAttribute>