🦔 에러 로그
Exception evaluating SpringEL expression: "#fields.hasError('content')" (template: "post/detail" - line 49, col 27)
EL1004E: Method call: Method hasError(java.lang.String) cannot be found on type org.thymeleaf.spring5.expression.Fields
s를 빼먹어서 생긴 에러였다 ㅠㅠ
"#fields.hasErrors('content')"가 맞다.
반응형
'Framework > Spring Boot' 카테고리의 다른 글
[Error] 아이디 중복 체크 (0) | 2021.12.18 |
---|---|
Spring Security 사용자 id 가져오기 (0) | 2021.11.25 |
[SpringSecurity] WebSecurityconfig (0) | 2021.11.19 |
Spring Security 기본 로그인 화면 제거 (2) | 2021.11.02 |
[Error] Error creating bean with name 'thymeleafViewResolver' defined in class path resource (0) | 2021.10.24 |