jstl3 JSTL c태그 if 안에 조건에 쓰는 연산자 The variables are equal! The variables are not equal! variable1 is less than variable2! variable1 is less than or equal to variable2! variable1 is greater than variable2! variable1 is greater than or equal to variable2! Both conditions are true! At least one condition is true! The condition is not true! The variable is null or empty! The variable is not null or empty! The mainString contains the.. 2024. 1. 17. JSTL c 태그 현재 URL 가져오기 http://java.sun.com/jsp/jstl/core"%> http://java.sun.com/jsp/jstl/functions" prefix="fn"%> 2024. 1. 17. JSTL C:TAG 예제 정리 1. c:out 태그 (값 출력): - 값 출력: 2. c:set 태그 (변수 설정): - 변수 설정: 3. c:remove 태그 (변수 제거): - 변수 제거: 4. c:if 태그 (조건문): - 조건문: ```jsp ``` 5. c:choose, c:when, c:otherwise 태그 (다중 조건 처리): - 다중 조건 처리: ```jsp ``` 6. c:forEach 태그 (반복문): - 반복문: ```jsp ``` 7. c:url 태그 (URL 동적 생성): - URL 동적 생성: ```jsp ``` 8. c:import 태그 (외부 페이지 삽입): - 외부 페이지 삽입: ```jsp ``` 9. c:catch 태그 (예외 처리): - 예외 처리: ```jsp ``` 10. c:param 태그 .. 2024. 1. 16. 이전 1 다음