Clean up Spring MVC Form Tag Library example

This commit is contained in:
David Morley
2016-03-03 06:20:44 -06:00
parent 0385e78ff5
commit cf4cce751b
11 changed files with 15 additions and 15 deletions
@@ -24,7 +24,7 @@
<h3>Welcome, Enter The Person Details</h3>
<form:form method="POST" action="/spring-mvc-xml/addPerson" modelAttribute="person" enctype="multipart/form-data">
<form:form method="POST" action="addPerson" modelAttribute="person" enctype="multipart/form-data">
<form:errors path="*" cssClass="errorbox" element="div" />
@@ -16,7 +16,7 @@
</context-param>
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>org.baeldung.spring</param-value>
<param-value>com.baeldung.spring</param-value>
</context-param>
<listener>