대리인과의 관계 노출되도록 수정
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="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="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="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" />
|
<un:useConstants var="KccadrConstants" className="kcc.kccadr.cmm.KccadrConstants" />
|
||||||
<% pageContext.setAttribute("replaceChar", "\n"); %>
|
<% pageContext.setAttribute("replaceChar", "\n"); %>
|
||||||
|
|
||||||
|
|||||||
@ -206,18 +206,7 @@
|
|||||||
</colgroup>
|
</colgroup>
|
||||||
<tbody>
|
<tbody>
|
||||||
<c:choose>
|
<c:choose>
|
||||||
<c:when test="${not empty item.rpplUsrTy}">
|
<c:when test="${not empty item.rpplRelation}">
|
||||||
<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>
|
<tr>
|
||||||
<th scope="row">본인과의 관계</th>
|
<th scope="row">본인과의 관계</th>
|
||||||
<td>
|
<td>
|
||||||
@ -229,6 +218,17 @@
|
|||||||
</p>
|
</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</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:otherwise>
|
||||||
</c:choose>
|
</c:choose>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user