Posted
Filed under JSP, JAVA
jstl c:if 공백처리

==> 공백이면
<c:if test="${!empty view.fscastfrontimage}"></c:if>

==>공백이 아니면
<c:if test="${empty view.fscastfrontimage}"></c:if>
2013/11/21 15:47 2013/11/21 15:47