Revision 16:d12529a64c6c WebContent/jsp/ss112_user/ibssRetailUserDeleteConfirm.jsp

View differences:

WebContent/jsp/ss112_user/ibssRetailUserDeleteConfirm.jsp
2 2
<%@ taglib uri="/WEB-INF/tld/struts-bean" prefix="bean" %>
3 3
<%@ taglib uri="/WEB-INF/tld/c" prefix="c" %>
4 4

  
5
<bean:define id="viewBean" name="ibssUserForm" property="ibssUserViewBean" />
5
<bean:define id="detailBean" name="ibssUserForm"
6
	property="ibssUserDetailBean" />
6 7

  
7 8
<h3 class="title"><strong><c:out value="${sessionScope.displayDesc}"/> - Delete Confirmation</strong></h3>
8 9
<htmlEL:form action="/ss112/delUserResult.do">
......
15 16
  </tr>
16 17
    <tr>
17 18
		<td>&nbsp;</td>
18
		<td><label id='label1'><bean:message key="user.id"/> 
19
			<strong><c:out value="${viewBean.map.userId }"/></strong>
19
		<td><label id='label1'><bean:message key="user.id"/>: 
20
			<strong><c:out value="${detailBean.map.userAlias}"/></strong>
20 21
			<bean:message key="user.will.be"/> 
21 22
			</label><strong><bean:message key="user.deleted"/></strong>.</td>
22 23
		<td>&nbsp;</td>

Also available in: Unified diff