티스토리 뷰
공장 (factory)/- Errors
[JSP] According to TLD or attribute directive in tag file, attribute test does not accept any expressions
무중력인간 2013. 8. 7. 17:33JSTL과 JSP의 버전 차이 때문에 발생한 에러.
해결책 → 에러가 발생한 해당 jsp페이지로 가서 <%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>에서 uri 부분을 다시 써준다. 혹은, uri 부분을 http://java.sun.com/jstl/core_rt 로 바꿔준다.
'공장 (factory) > - Errors' 카테고리의 다른 글
[JSP] Unable to compile class for JSP (0) | 2013.08.09 |
---|---|
[Eclipse] Could not launch external web browser (10) | 2013.08.08 |
[Eclipse] cannot be mapped using "MS949" (0) | 2013.08.07 |
[Oracle] ORA-00918: column ambiguously defined (0) | 2013.07.10 |
[Oracle] sql developer 접속 오류, ORA-12505, TNS:listener does not currently know of SID given in connect descriptor (0) | 2013.07.05 |
댓글