Skip to content

Commit f56ee38

Browse files
committed
Petclinic is RESTful.
1 parent 1929f67 commit f56ee38

File tree

1 file changed

+1
-1
lines changed
  • org.springframework.samples.petclinic/src/main/webapp/WEB-INF/jsp

1 file changed

+1
-1
lines changed

org.springframework.samples.petclinic/src/main/webapp/WEB-INF/jsp/petForm.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
</form:form>
4646
4747
<c:if test="${!pet.new}">
48-
<form:form method="DELETE">
48+
<form:form method="delete">
4949
<p class="submit"><input type="submit" value="Delete Pet"/></p>
5050
</form:form>
5151
</c:if>

0 commit comments

Comments
 (0)