Revision 41:48535d43fbf7 WebContent/jsp/ss223_application/ibssAppUserEnquiry.jsp

View differences:

WebContent/jsp/ss223_application/ibssAppUserEnquiry.jsp
23 23
</tr>
24 24
</table>
25 25
<c:if test="${pagination.totalPageNumber gt 1}">
26
	<jsp:include flush="true" page="/jsp/ss103_user/ibssAppUserEnquiryPagination.jsp"></jsp:include>
26
	<jsp:include flush="true" page="/jsp/ss223_application/ibssAppUserEnquiryPagination.jsp"></jsp:include>
27 27
</c:if>
28 28

  
29 29
<beanEL:size collection="${viewBean.map.userList}" id="userListSize"/>
......
34 34
  <thead>
35 35
    <tr>
36 36
      <th height="34"><bean:message key="appuser.user.id"/></th>
37
      <bean:message key="appuser.user.alias"/></th>
37
      <th><bean:message key="appuser.user.alias"/></th>
38 38
      <th><bean:message key="appuser.application.name"/></th>
39 39
      <th><bean:message key="appuser.created.date"/></th>
40 40
      <th>&nbsp;</th>
......
57 57
		<bean:define id="userID" name="userBean" property="userId" />
58 58
<%
59 59
			HashMap paramsName = new HashMap();
60
			paramsName.put("userID", userID);
60
			paramsName.put("userId", userID);
61 61
			paramsName.put("SECONDARY_TOKEN", request.getSession().getAttribute("PRIMARY_TOKEN"));
62 62
			pageContext.setAttribute("paramsName", paramsName);
63 63
%>
......
104 104
</c:choose>
105 105

  
106 106
<c:if test="${pagination.totalPageNumber gt 1}">
107
	<jsp:include flush="true" page="/jsp/ss103_user/ibssAppUserEnquiryPagination.jsp"></jsp:include>
107
	<jsp:include flush="true" page="/jsp/ss223_application/ibssAppUserEnquiryPagination.jsp"></jsp:include>
108 108
</c:if>
109 109

  
110
<c:if test="${ibssuserForm.map.hasAppUserCreateAccess eq true}">
110
<c:if test="${appUserForm.map.hasAppCreateAccess eq true}">
111 111
<div class="floatRight">
112 112
	<htmlEL:submit property="action"><bean:message key="general.button.create"/></htmlEL:submit>
113 113
</div>

Also available in: Unified diff