We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 039d3c0 commit 6106a9fCopy full SHA for 6106a9f
spring-mvc-xml/src/main/webapp/WEB-INF/view/employeeHome.jsp
@@ -8,7 +8,7 @@
8
<body>
9
<h3>Welcome, Enter The Employee Details</h3>
10
11
- <form:form method="POST" action="/spring-mvc-xml/addEmployee" commandName="employee">
+ <form:form method="POST" action="/spring-mvc-xml/addEmployee" modelAttribute="employee">
12
<table>
13
<tr>
14
<td><form:label path="name">Name</form:label></td>
0 commit comments