質問するログイン新規登録

質問編集履歴

3

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

2021/06/21 04:04

投稿

_mini
_mini

スコア15

title CHANGED
File without changes
body CHANGED
@@ -157,5 +157,5 @@
157
157
  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
158
158
 
159
159
 
160
- 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?
160
+ 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?
161
161
  ```

2

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

2021/06/21 04:04

投稿

_mini
_mini

スコア15

title CHANGED
File without changes
body CHANGED
@@ -156,4 +156,6 @@
156
156
  ```ここに言語を入力
157
157
  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
158
158
 
159
+
160
+ 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?
159
161
  ```

1

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

2021/06/21 04:04

投稿

_mini
_mini

スコア15

title CHANGED
File without changes
body CHANGED
@@ -151,4 +151,9 @@
151
151
  </table>
152
152
  </body>
153
153
  </html>
154
+ ```
155
+
156
+ ```ここに言語を入力
157
+ 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
158
+
154
159
  ```