modify Pattern view for error in eclipse, more complex but no error

This commit is contained in:
Nicolas Michard
2007-12-17 15:14:09 +00:00
parent 4152d4ed46
commit 508d43b438
10 changed files with 235 additions and 107 deletions

View File

@@ -1,5 +1,17 @@
<%@ include file="/WEB-INF/jsp/include.jsp"%>
<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form"%>
<%@ include file="/WEB-INF/jsp/include.jsp"%>
<!--
<%@ page session="false" %> spring -> true par defaut
-->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title><fmt:message key="title"/></title>
<link rel="stylesheet" href="./stylesheets/base.css" type="text/css" />
</head>
<body>
<jsp:include page="/WEB-INF/jsp/header.jsp" />
<jsp:include page="/WEB-INF/jsp/menu.jsp" />
@@ -27,6 +39,14 @@
<input type="submit" value="<fmt:message key="button.OK"/>"/>
</c:if>
</form:form>
<a href="<c:url value="main.htm"/>">Home</a>
<jsp:include page="/WEB-INF/jsp/footer.jsp" />
<a href="<c:url value="main.htm"/>">Home</a>
</div>
</div>
<div class="footer">&nbsp;</div>
</div>
</body>
</html>