[jstl] According to TLD or attribute directive in tag file, attribute value does not accept any expressions 에러
[jstl] According to TLD or attribute directive in tag file, attribute value does not accept any expressions 에러
|
<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
It is the old version of JSTL and even if I copied the newest standard.jar and jstl.jar into WEB-INF/lib, it did not dissapear.
The trick is here:
<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core_rt" %>
[펌]Eclipse , Tomcat Server, Oracle DB 연동하기 (0) | 2010.01.25 |
---|---|
오라클 blob, long raw java 예제 (0) | 2010.01.13 |
org.apache.commons.io (0) | 2009.12.28 |
java http file copy....참 쉽죠잉 (0) | 2009.12.28 |
jsp 한글 변수 깨짐 문제 해결[펌] (0) | 2009.12.02 |