minor form change

This commit is contained in:
eugenp 2014-08-25 01:26:25 +03:00
parent 039d3c0af3
commit 6106a9f6dd
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<body>
<h3>Welcome, Enter The Employee Details</h3>
<form:form method="POST" action="/spring-mvc-xml/addEmployee" commandName="employee">
<form:form method="POST" action="/spring-mvc-xml/addEmployee" modelAttribute="employee">
<table>
<tr>
<td><form:label path="name">Name</form:label></td>