minor form change
This commit is contained in:
parent
039d3c0af3
commit
6106a9f6dd
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue