반응형
<c:if test="${sessionScope.userId eq "synop" || sessionScope.userId eq "ghnam"}">
<c> id=real_filenm, name=이미지파일, width=170</c>
</c:if>
<c> id=real_filenm, name=이미지파일, width=170</c>
</c:if>
<c:when test="${sessionScope.userId eq "synop" || sessionScope.userId eq "ghnam"}"> // if ()
<c> id=org_cust_nm, name=신청자, width=80 sort=true</c>
</c:when>
<c:otherwise> // else
<c> id=cust_nm, name=신청자, width=80 sort=true</c>
</c:otherwise>
반응형
'WEB' 카테고리의 다른 글
iframe 동적 생성 후 삭제 (0) | 2016.02.12 |
---|---|
가우스 이벤트 동적 생성시 기존 이벤트 추가 (0) | 2016.02.12 |
가우스(Gauce) 데이터넷, 트랜젝션 동적이벤트 생성 (0) | 2016.02.12 |
IE11 에서의 attachEvent (0) | 2016.02.12 |
Internet Explorer 11을 7,8,9,10 버전으로 인식시키는 방법 (0) | 2016.02.12 |