jstl "test" does not support runtime expressions : JSTL 태그 라이브러리의 url을 잘못 적었을 때 발생한 오류
: JSTL 태그 라이브러리의 url을 잘못 적었을 때 발생한 오류
<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %> ⬅️ /jsp 빼먹음
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>