added CSS support and pattern file in jsp section for future view.

This commit is contained in:
Nicolas Michard
2007-12-16 22:00:47 +00:00
parent e423fbf22f
commit f99039918d
21 changed files with 228 additions and 89 deletions

View File

@@ -1,3 +1,5 @@
<%@ page session="false"%>
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt" %>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt" %>
<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form"%>