From 663109287070c04bd8c69f63deb60dee536cfa61 Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Tue, 3 Mar 2009 02:31:45 +0000 Subject: [PATCH] Removed JSTL-related errors from petclinic search and show JSPs --- .../.classpath | 4 +- .../org.eclipse.wst.common.component | 3 ++ .../.settings/org.eclipse.wst.html.core.prefs | 37 +++++++++++++++++++ org.springframework.samples.petclinic/ivy.xml | 2 +- .../main/webapp/WEB-INF/jsp/owners/search.jsp | 1 + .../main/webapp/WEB-INF/jsp/owners/show.jsp | 1 + 6 files changed, 45 insertions(+), 3 deletions(-) create mode 100644 org.springframework.samples.petclinic/.settings/org.eclipse.wst.html.core.prefs diff --git a/org.springframework.samples.petclinic/.classpath b/org.springframework.samples.petclinic/.classpath index df945d677b7..22bb6193ce7 100644 --- a/org.springframework.samples.petclinic/.classpath +++ b/org.springframework.samples.petclinic/.classpath @@ -26,6 +26,7 @@ + @@ -35,7 +36,6 @@ - - + diff --git a/org.springframework.samples.petclinic/.settings/org.eclipse.wst.common.component b/org.springframework.samples.petclinic/.settings/org.eclipse.wst.common.component index fb238afb0d4..b24fdeedbc2 100644 --- a/org.springframework.samples.petclinic/.settings/org.eclipse.wst.common.component +++ b/org.springframework.samples.petclinic/.settings/org.eclipse.wst.common.component @@ -3,7 +3,10 @@ + + + diff --git a/org.springframework.samples.petclinic/.settings/org.eclipse.wst.html.core.prefs b/org.springframework.samples.petclinic/.settings/org.eclipse.wst.html.core.prefs new file mode 100644 index 00000000000..e12d34f8b18 --- /dev/null +++ b/org.springframework.samples.petclinic/.settings/org.eclipse.wst.html.core.prefs @@ -0,0 +1,37 @@ +#Mon Mar 02 18:15:04 PST 2009 +attrDuplicate=2 +attrInvalidName=2 +attrInvalidValue=2 +attrNameMismatch=2 +attrUndefName=2 +attrUndefValue=2 +attrValueMismatch=1 +attrValueUnclosed=2 +cdataInvalidContent=2 +cdataUnclosed=1 +commentInvalidContent=2 +commentUnclosed=1 +docDoctypeUnclosed=1 +docDuplicateTag=1 +docInvalidChar=2 +docInvalidContent=2 +eclipse.preferences.version=1 +elemCoexistence=2 +elemDuplicate=2 +elemEndInvalidCase=1 +elemInvalidContent=2 +elemInvalidDirective=1 +elemInvalidEmptyTag=2 +elemInvalidName=1 +elemMissingEnd=2 +elemMissingStart=2 +elemStartInvalidCase=2 +elemUnclosedEndTag=1 +elemUnclosedStartTag=1 +elemUnknownName=2 +elemUnnecessaryEnd=2 +piInvalidContent=2 +piUnclosed=1 +piUndefined=2 +refInvalidContent=2 +use-project-settings=true diff --git a/org.springframework.samples.petclinic/ivy.xml b/org.springframework.samples.petclinic/ivy.xml index e41e45f1271..37706a64025 100644 --- a/org.springframework.samples.petclinic/ivy.xml +++ b/org.springframework.samples.petclinic/ivy.xml @@ -21,7 +21,7 @@ - + diff --git a/org.springframework.samples.petclinic/src/main/webapp/WEB-INF/jsp/owners/search.jsp b/org.springframework.samples.petclinic/src/main/webapp/WEB-INF/jsp/owners/search.jsp index 2f0d94d2adf..5ff288225c4 100644 --- a/org.springframework.samples.petclinic/src/main/webapp/WEB-INF/jsp/owners/search.jsp +++ b/org.springframework.samples.petclinic/src/main/webapp/WEB-INF/jsp/owners/search.jsp @@ -1,6 +1,7 @@ <%@ include file="/WEB-INF/jsp/includes.jsp" %> <%@ include file="/WEB-INF/jsp/header.jsp" %> +

Find Owners:

diff --git a/org.springframework.samples.petclinic/src/main/webapp/WEB-INF/jsp/owners/show.jsp b/org.springframework.samples.petclinic/src/main/webapp/WEB-INF/jsp/owners/show.jsp index 9f878979501..9767c18ae17 100644 --- a/org.springframework.samples.petclinic/src/main/webapp/WEB-INF/jsp/owners/show.jsp +++ b/org.springframework.samples.petclinic/src/main/webapp/WEB-INF/jsp/owners/show.jsp @@ -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" %>

Owner Information