mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-21 05:09:13 +00:00
Petclinic is RESTful.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@322 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user