Page directive: illegal to have multiple occurrences of contentType with different values
오류는
jsp 페이지 내에서 include 된 jsp 페이지와
서로 contentType 이 맞지 않아서 생기는 오류이다.
예를들어 A.jsp 에서는 utf-8 을 쓰고
include 한 B.jsp 에서는 euc-kr 을 쓰면 오류가 발생한다.
그리고 한가지 더 중요한 건
A.jsp 에서 UTF-8을 쓰고 B.jsp 에서 utf-8을 써도 마찬가지로 에러가 난다.
대소문도 똑같이 해 줘야 한다.
'스킬(skills) > 자바(Java)' 카테고리의 다른 글
com.sun.mail.smtp.SMTPTransport.close 의 lock 현상 해결 방법 (0) | 2014.04.03 |
---|---|
log4sql을 이용하여 쿼리 로그를 편하게 확인하는 방법 (2) | 2014.01.16 |
JSP 페이징 처리 예제 (0) | 2014.01.08 |
Eclipse에서 컴파일시 Access restriction rt.jar 에러가 나는경우 해결방법 (0) | 2014.01.07 |
System.load() 와 System.loadlibrary() 차이점 (6) | 2013.12.24 |