/WEB-INF/mvc/main/../include/menu.jsp (행: [1], 열: [2])
[Page directive]은(는) 유효하지 않은 속성을 가지고 있습니다: [PageEncoding]
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> (o)
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> (x)
<%@ page language="java" contentType="text/html; charset=UTF-8" PageEncoding="UTF-8"%> (x)
<%@ page language="java" contentType="text/html; charset=UTF-8"pageEncoding="UTF-8"%> (x)
/WEB-INF/mvc/no_login/index.jsp (행: [1], 열: [85]) JSP 스펙에 따르면,
속성 이름은 반드시 whitespace 다음에 나타나야 합니다.
결론 : 띄어쓰기를 잘하자. 기본으로 되어있는건 쓸데없이 고치려하지 말자.
'WEB > 트라우마 NCS_5' 카테고리의 다른 글
MyBatis 개념 및 데이터구조 (1) | 2024.11.20 |
---|---|
mySQL 개념 알기쉽게 정리한 내용 (0) | 2021.12.31 |
Failed to load resource: the server responded with a status of 404 (Not Found) (0) | 2021.11.16 |
java.sql.SQLException: Listener refused the connection with the following error:ORA-12514, TNS:listener does not currently know of service requested in connect descriptor (0) | 2021.11.15 |
아오씽 (0) | 2021.11.09 |
댓글