-
org.apache.jasper.JasperException스프링 2022. 4. 30. 20:39
org.apache.jasper.JasperException: /WEB-INF/views/admin/authorDetail.jsp
(행: [77], 열: [72]) Prefix [fmt]와(과) 함께 임포트된 태그 라이브러리 내에,
태그 [format]이(가) 정의되지 않았습니다.
다음과 같은 오류는 jsp 문서의 fmt 태그 명령어를 잘못 썼기 때문이다.
시스템에서 표시해준 행과 열로 찾아가니
fmt:formatDate라고 써야 할 부분을 fmt:format 까지만 써놨었다.
'스프링' 카테고리의 다른 글
깃허브 updates were rejected because the remote contains work that you do (0) 2022.05.06 Request processing failed; nested exception is org.mybatis.spring.MyBatisSystemException (0) 2022.05.04 500 에러 javax.el.PropertyNotFoundException (0) 2022.04.30 CSS 파일이 적용되지 않을 때. (0) 2022.04.27 스프링 404 에러 (0) 2022.04.26