로딩
요청 처리 중입니다...

jstl문법 마무리 및 모델2의 개요및 작성법

 jstl문법 마무리 및 모델2의 개요및 작성법

el 문법${ex!=null} => empty 이용<%-- <c:if test="${ex!

=null}"> --%><c:if test="${not empty ex }"> 예외가 발생하였습니다.<br> ${ex}</c:if>=================jstl 문법=>액션태그 습득=================다중 if문 =>chooseTag.jsp-><c:choose>if (조건식)else if (조건식2),,,else =>위의 조건식에 해당X =><c:oth..........