목록기록/오류 (3)
저트위반누
not mapping found for HTTP request with uri [] in dispatcherservlet with name dispatcher
에디터 이용하여 이미지 업로드 시 오류 발생 이미지 미리보기와 경로 저장이 되질 않음 해결 방법 1. web.xml에서 DispatcherServlet 선언이 제대로 되어있는지 확인 dispatcher / 2. servlet-context.xml에서 설정 확인 이 경우가 선언이 안되어 있어서 오류 발생 설정해주었음. 3. url mapping이 잘 되어있는지 컨트롤러에서 확인
기록/오류
2022. 5. 27. 10:41
TypeError: Cannot convert undefined or null to object 에러
페이지에 에디터 기능을 추가 중 TypeError: Cannot convert undefined or null to object 에러가 났다. 원인 : script를 '#~'로 연결했는데 id 값을 추가하지 않아서 연결할 값이 없었기 때문에 발생 해결 : id 값 추가하니 잘 돌아감ㅋㅋㅋ
기록/오류
2022. 5. 24. 09:11