반응형

 

<c:choose>
  <c:when test="${sessionScope.userLevel eq '01' or sessionScope.userLevel eq '02'}">
     ${vo.AGENT_NM}
  </c:when>
  <c:otherwise>
     <b>****</b>
  </c:otherwise>

</c:choose>

반응형

'WEB' 카테고리의 다른 글

AWS 파일 업로드  (0) 2024.05.03
java 문자열 포함 여부 확인 (java contains)  (0) 2023.01.25
iBatis 동적쿼리 만들기  (3) 2016.04.07
[php] html 파싱  (0) 2016.02.26
[Gauce] 가우스(Gauce) 조회 기본 활용  (0) 2016.02.23