diff --git a/spring-mvc-xml/src/main/resources/webMvcConfig.xml b/spring-mvc-xml/src/main/resources/webMvcConfig.xml
index e9e2f1c536..0947eec368 100644
--- a/spring-mvc-xml/src/main/resources/webMvcConfig.xml
+++ b/spring-mvc-xml/src/main/resources/webMvcConfig.xml
@@ -24,12 +24,5 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-mvc-xml/src/main/webapp/WEB-INF/view/personForm.jsp b/spring-mvc-xml/src/main/webapp/WEB-INF/view/personForm.jsp
index a26fb6c3ea..1d14658f93 100644
--- a/spring-mvc-xml/src/main/webapp/WEB-INF/view/personForm.jsp
+++ b/spring-mvc-xml/src/main/webapp/WEB-INF/view/personForm.jsp
@@ -22,9 +22,9 @@
- Welcome, Enter The Person Details
+ Welcome, Enter the Person Details
-
+
@@ -104,10 +104,6 @@
Notes |
|
-
- Select a file to upload |
- |
-
|
diff --git a/spring-mvc-xml/src/main/webapp/WEB-INF/view/personView.jsp b/spring-mvc-xml/src/main/webapp/WEB-INF/view/personView.jsp
index 8893314d20..8e874fbd02 100644
--- a/spring-mvc-xml/src/main/webapp/WEB-INF/view/personView.jsp
+++ b/spring-mvc-xml/src/main/webapp/WEB-INF/view/personView.jsp
@@ -62,19 +62,5 @@
- Submitted File
-
-
-
- OriginalFileName : |
- ${person.file.originalFilename} |
-
-
-
- Type : |
- ${person.file.contentType} |
-
-
-