Index: lams_tool_survey/src/java/org/lamsfoundation/lams/tool/survey/service/SurveyServiceProxy.java =================================================================== diff -u -rf0c3f41d54ef4f390ef3f93f28c0679c46b6730c -r6d73140515a0f88aec42968fa35246a45e7941dc --- lams_tool_survey/src/java/org/lamsfoundation/lams/tool/survey/service/SurveyServiceProxy.java (.../SurveyServiceProxy.java) (revision f0c3f41d54ef4f390ef3f93f28c0679c46b6730c) +++ lams_tool_survey/src/java/org/lamsfoundation/lams/tool/survey/service/SurveyServiceProxy.java (.../SurveyServiceProxy.java) (revision 6d73140515a0f88aec42968fa35246a45e7941dc) @@ -68,7 +68,7 @@ private static Object getSurveyDomainService(ServletContext servletContext) { WebApplicationContext wac = WebApplicationContextUtils.getRequiredWebApplicationContext(servletContext); - return wac.getBean("surveyService"); + return wac.getBean("lasurvSurveyService"); } } Index: lams_tool_survey/web/pages/monitoring/notebook.jsp =================================================================== diff -u -r0020cbe23ed34775811ceab0779d065243444dcb -r6d73140515a0f88aec42968fa35246a45e7941dc --- lams_tool_survey/web/pages/monitoring/notebook.jsp (.../notebook.jsp) (revision 0020cbe23ed34775811ceab0779d065243444dcb) +++ lams_tool_survey/web/pages/monitoring/notebook.jsp (.../notebook.jsp) (revision 6d73140515a0f88aec42968fa35246a45e7941dc) @@ -33,7 +33,7 @@ - + Index: lams_tool_survey/web/pages/monitoring/summary.jsp =================================================================== diff -u -rde91e6d736e56d514d840e128bd06c9238b5871b -r6d73140515a0f88aec42968fa35246a45e7941dc --- lams_tool_survey/web/pages/monitoring/summary.jsp (.../summary.jsp) (revision de91e6d736e56d514d840e128bd06c9238b5871b) +++ lams_tool_survey/web/pages/monitoring/summary.jsp (.../summary.jsp) (revision 6d73140515a0f88aec42968fa35246a45e7941dc) @@ -9,23 +9,25 @@ - +
+
- + <%-- display group name on first row--%> - + + --%> - + + +
${surveySession.sessionName} @@ -58,7 +60,7 @@
${option.description} @@ -68,7 +70,7 @@ - ${status.index % 5 + 1} + ${optStatus.index % 5 + 1} @@ -102,11 +104,15 @@
+
<%-- Reflection list --%> - + + + +

@@ -133,17 +139,19 @@
- +
+
-