Removed JSTL-related errors from petclinic search and show JSPs
This commit is contained in:
@@ -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"/>
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user