質問編集履歴

3

コンソールに表示されているエラーメッセージ

2021/06/21 04:04

投稿

_mini
_mini

スコア15

test CHANGED
File without changes
test CHANGED
@@ -316,6 +316,6 @@
316
316
 
317
317
 
318
318
 
319
- org.springframework.beans.NotReadablePropertyException: Invalid property 'deptno' of bean class [jp.co.nihon_protec.comprehensive.exercise.form.EmployeeForm_edit]: Bean property 'deptno' is not readable or has an invalid getter method: Does the return type of the getter match the parameter type of the setter?
319
+ org.springframework.beans.NotReadablePropertyException: Invalid property 'deptno' of bean class [comprehensive.exercise.form.EmployeeForm_edit]: Bean property 'deptno' is not readable or has an invalid getter method: Does the return type of the getter match the parameter type of the setter?
320
320
 
321
321
  ```

2

コンソールに表示されているエラーメッセージ

2021/06/21 04:04

投稿

_mini
_mini

スコア15

test CHANGED
File without changes
test CHANGED
@@ -314,4 +314,8 @@
314
314
 
315
315
 
316
316
 
317
+
318
+
319
+ org.springframework.beans.NotReadablePropertyException: Invalid property 'deptno' of bean class [jp.co.nihon_protec.comprehensive.exercise.form.EmployeeForm_edit]: Bean property 'deptno' is not readable or has an invalid getter method: Does the return type of the getter match the parameter type of the setter?
320
+
317
321
  ```

1

コンソールに表示されているエラーメッセージ

2021/06/21 04:04

投稿

_mini
_mini

スコア15

test CHANGED
File without changes
test CHANGED
@@ -305,3 +305,13 @@
305
305
  </html>
306
306
 
307
307
  ```
308
+
309
+
310
+
311
+ ```ここに言語を入力
312
+
313
+ 2021-06-21 13:00:30.357 ERROR 8060 --- [nio-8080-exec-5] o.a.c.c.C.[.[.[/].[dispatcherServlet]  : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/edit.html]")] with root cause
314
+
315
+
316
+
317
+ ```