대리인과의 관계 노출되도록 수정
This commit is contained in:
parent
4371750ef4
commit
23c2251ebd
@ -20,6 +20,7 @@
|
||||
<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %>
|
||||
<%@ taglib prefix="double-submit" uri="http://www.egovframe.go.kr/tags/double-submit/jsp" %>
|
||||
<%@ taglib prefix="un" uri="http://jakarta.apache.org/taglibs/unstandard-1.0" %>
|
||||
<%@ taglib prefix="kc" uri="/WEB-INF/tlds/kcc_tld.tld"%>
|
||||
<un:useConstants var="KccadrConstants" className="kcc.kccadr.cmm.KccadrConstants" />
|
||||
<% pageContext.setAttribute("replaceChar", "\n"); %>
|
||||
|
||||
|
||||
@ -206,19 +206,8 @@
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<c:choose>
|
||||
<c:when test="${not empty item.rpplUsrTy}">
|
||||
<c:out value="${item.rpplUsrTyTx }"></c:out>
|
||||
<tr>
|
||||
<th scope="row">대리인분류</th>
|
||||
<td>
|
||||
<p>
|
||||
<c:out value="${item.rpplUsrTyTx }"></c:out>
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
<tr>
|
||||
<c:when test="${not empty item.rpplRelation}">
|
||||
<tr>
|
||||
<th scope="row">본인과의 관계</th>
|
||||
<td>
|
||||
<p>
|
||||
@ -229,6 +218,17 @@
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
<c:out value="${item.rpplUsrTyTx }"/>
|
||||
<tr>
|
||||
<th scope="row">대리인분류</th>
|
||||
<td>
|
||||
<p>
|
||||
<c:out value="${item.rpplUsrTyTx}"/>
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
<tr>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user