Merge branch 'master' of https://github.com/ivanp81/tutorials into ivanp81-master

This commit is contained in:
David Morley
2016-04-07 06:10:09 -05:00
14 changed files with 426 additions and 140 deletions
@@ -24,7 +24,7 @@
<h3>Welcome, Enter the Person Details</h3>
<form:form method="POST" action="addPerson" modelAttribute="person">
<form:form method="POST" action="/spring-mvc-xml/addPerson" modelAttribute="person">
<form:errors path="*" cssClass="errorbox" element="div" />
@@ -117,4 +117,4 @@
</body>
</html>
</html>
@@ -61,6 +61,5 @@
<td>${person.notes}</td>
</tr>
</table>
</body>
</html>
</html>