::Java Platform::/::JSP::
:: JSTL 선언 오류 ::
그냥그냥그
2009. 1. 5. 21:40
According to TLD or attribute directive in tag file, attribute
items does not accept any expressions
위와 같은 에러가 발생했다면 버전 문제로
JSTL 1.0 -> http://java.sun.com/jstl/coreJSTL 1.1 -> http://java.sun.com/jsp/jstl/core
위와 같은 태그선언을 아래와 같이 고쳐주면 된다.