Petclinic is RESTful.

This commit is contained in:
Arjen Poutsma
2008-11-20 23:43:59 +00:00
parent 1929f67f02
commit f56ee389e7

View File

@@ -45,7 +45,7 @@
</form:form>
<c:if test="${!pet.new}">
<form:form method="DELETE">
<form:form method="delete">
<p class="submit"><input type="submit" value="Delete Pet"/></p>
</form:form>
</c:if>