");
Iterator iter = service.getRolesForUserByOrganisation(user,org.getOrganisationId()).iterator();
while ( iter.hasNext() )
@@ -136,12 +132,11 @@
-
- " onsubmit="return validateForm()" method="post" ENCTYPE='multipart/form-data' name="form1" id="form1">
-
+
- If you are not sure of the file format, please download template file
+ If you are not sure of the file format, please download template file
-
-
';"
@@ -186,9 +187,6 @@
-
-
-
@@ -203,7 +201,14 @@
- <% displayUsers(users, organisation, out, request); %>
+
+
+ <%
+ WebApplicationContext ctx = WebApplicationContextUtils.getWebApplicationContext(request.getSession().getServletContext());
+ UserManagementService service = (UserManagementService)ctx.getBean("userManagementServiceTarget");
+ List users = service.getUsersFromOrganisation(organisation.getOrganisationId());
+ displayUsers(users, organisation, out, request,service);
+ %>
|