Please Enable JavaScript!
Gon[ Enable JavaScript ]

JSP 페이지에서 contentType with different values 에러가 날 때

자바(JAVA)
반응형

JSP 페이지에서 contentType with different values 에러가

개발환경 : JDK 1.5, eclipse-galileo, Apache 1.5.3, window XP

contentType with different values 에러는 그대로 둘간의 contentType

틀려서 나는 에러이다. 보통 JSP 파일을 작성할 head, bottom, left, right

등으로 화면을 쪼개 include 해서 화면을 구성한다.

과정에서 페이지들의 인코더 타입이 틀리면 아래 메시지와 같은 에러가 발생하게 된다.

org.apache.jasper.JasperException:

/WEB-INF/jsp/spring/userForm.jsp(2,0) Page directive: illegal to have multiple

occurrences of contentType with different values (old: text/html; charset=euc-kr,

new: text/html; charset=UTF-8)

include 페이지 간의 인코더 정보를 Alt+Enter 확인해 보면 아래와 같이

틀리다는 것을 알수 있다.

반응형
Posted by 녹두장군1
,