server/src/main/webapp/WEB-INF/applicationContext.xml
changeset 133 4a2bb15f76cd
parent 127 906fed13c1e1
child 146 2f3ef07f3eef
--- a/server/src/main/webapp/WEB-INF/applicationContext.xml	Thu Apr 04 15:41:00 2013 +0200
+++ b/server/src/main/webapp/WEB-INF/applicationContext.xml	Thu Apr 04 15:42:08 2013 +0200
@@ -67,6 +67,7 @@
      For example @Controller and @Service. Make sure to set the correct base-package-->
     <context:component-scan base-package="org.iri_research.renkan.rest" />
     <context:component-scan base-package="org.iri_research.renkan.coweb" />
+    <context:component-scan base-package="org.iri_research.renkan.forms" />
     
     <!--mvc:annotation-driven>
         <mvc:argument-resolvers>