Removed JSTL-related errors from petclinic search and show JSPs

This commit is contained in:
Chris Beams
2009-03-03 02:31:45 +00:00
parent e834711bc0
commit 6631092870
6 changed files with 45 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
<%@ include file="/WEB-INF/jsp/includes.jsp" %>
<%@ include file="/WEB-INF/jsp/header.jsp" %>
<h2>Find Owners:</h2>
<spring:url value="/owners" var="formUrl"/>

View File

@@ -1,5 +1,6 @@
<%@ include file="/WEB-INF/jsp/includes.jsp" %>
<%@ include file="/WEB-INF/jsp/header.jsp" %>
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
<h2>Owner Information</h2>