Index: ssts-web/src/main/webapp/WEB-INF/spring-mvc-servlet.xml
===================================================================
diff -u -r23613 -r23979
--- ssts-web/src/main/webapp/WEB-INF/spring-mvc-servlet.xml (.../spring-mvc-servlet.xml) (revision 23613)
+++ ssts-web/src/main/webapp/WEB-INF/spring-mvc-servlet.xml (.../spring-mvc-servlet.xml) (revision 23979)
@@ -6,18 +6,35 @@
xmlns:p="http://www.springframework.org/schema/p"
xmlns:aop="http://www.springframework.org/schema/aop"
xmlns:util="http://www.springframework.org/schema/util"
+ xmlns:mvc="http://www.springframework.org/schema/mvc"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/tx
http://www.springframework.org/schema/tx/spring-tx.xsd
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context.xsd
http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd
- http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop.xsd"
+ http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop.xsd
+ http://www.springframework.org/schema/mvc
+ http://www.springframework.org/schema/mvc/spring-mvc.xsd"
default-autowire="byName" default-lazy-init="true">
+
+
+
-