Web/JSTL
[JSTL] 문자열 비교
oSsonGo
2019. 1. 7. 09:54
<c:if test="${testList.testYn eq 'Y'}" > checked="checked" </c:if>
- eq (==)
- ne (!=)