<c:set var = "pass" value="${param.pass}" />
으로 var 세팅 후 비교 하면 조건이 잘 먹는다
아우 직접 비교하니 안되더만 ㅎㅎ
빙글빙글~ 이미지도 보관 ㅋ
<%@ page contentType = "text/html; charset=euckr" %>
<%@ taglib prefix = "c" uri = "http://java.sun.com/jsp/jstl/core" %>
<html>
<body>
<c:set var = "pass" value="${param.pass}" />
<c:if test="${!empty pass}">
Pass value : ${pass}
</c:if>
<c:if test="${empty pass}">Please input param...
</c:if>
<%-- <c:out value="${pass}" /> --%>
</body>
</html>
반응형
':::: 개발 :::: > └ JSP & SPRING' 카테고리의 다른 글
jsp selectbox 선택 (0) | 2013.11.25 |
---|---|
jsp 업로드 디렉토리 상위 까지 생성 (0) | 2013.11.20 |
applicationContext.xml 주석.. (0) | 2013.06.25 |
JSTL li 순서별 클래스 적용 예 (0) | 2012.12.11 |
JSP 컴파일 된것 지우기 (0) | 2012.10.23 |
spring + maven 세팅시 ContextLoader 애러 (0) | 2012.10.10 |
spring dispatch resources 세팅시 html 파일 테스트 하기 (0) | 2012.10.09 |
Stack overflow at line 0 (0) | 2012.09.26 |