diff --git a/org.springframework.samples.petclinic/.classpath b/org.springframework.samples.petclinic/.classpath index df945d677b7cd4b980a75fca9dfb89b8d5aa2f28..22bb6193ce769610176cadebd166f4ed97d465f6 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 fb238afb0d45557b1b89ab32cd0c50da164fd5a0..b24fdeedbc24cad292df51a5ca61fa61b8ab272f 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 0000000000000000000000000000000000000000..e12d34f8b18f7983f849e27a86042d49ee04203c --- /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 e41e45f12718d9505e77793c1d6ac23f7ff87542..37706a64025f465f6c7a4c823b2dc57144ff9b7b 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 2f0d94d2adf4ca1d81a99fb818755f32315381c3..5ff288225c4ca41a5e79bd6251bd6022278f2524 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 9f878979501f1bb1d65cf2b514c4247f64c6f8ed..9767c18ae17fdef936aea8ac237622c449c0fca8 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