Petclinic is RESTful.

master
Arjen Poutsma 16 years ago
parent 1929f67f02
commit f56ee389e7
  1. 2
      org.springframework.samples.petclinic/src/main/webapp/WEB-INF/jsp/petForm.jsp

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

Loading…
Cancel
Save