質問編集履歴

1

エラーメッセージ追記

2021/06/04 10:21

投稿

K-actus
K-actus

スコア22

test CHANGED
File without changes
test CHANGED
@@ -34,7 +34,41 @@
34
34
 
35
35
  ```
36
36
 
37
+ ###エラーメッセージ
37
38
 
39
+ ```
40
+
41
+
42
+
43
+ org.thymeleaf.exceptions.TemplateProcessingException: Exception evaluating SpringEL expression: "list.value" (template: "hoge" - line 111, col 11)
44
+
45
+
46
+
47
+ ~字数の都合上省略~
48
+
49
+
50
+
51
+ Caused by: org.springframework.expression.spel.SpelEvaluationException: EL1008E: Property or field 'value' cannot be found on object of type 'java.util.ArrayList' - maybe not public or not valid?
52
+
53
+ at org.springframework.expression.spel.ast.PropertyOrFieldReference.readProperty(PropertyOrFieldReference.java:217) ~[spring-expression-5.3.4.jar:5.3.4]
54
+
55
+ at org.springframework.expression.spel.ast.PropertyOrFieldReference.getValueInternal(PropertyOrFieldReference.java:104) ~[spring-expression-5.3.4.jar:5.3.4]
56
+
57
+ at org.springframework.expression.spel.ast.PropertyOrFieldReference.access$000(PropertyOrFieldReference.java:51) ~[spring-expression-5.3.4.jar:5.3.4]
58
+
59
+ at org.springframework.expression.spel.ast.PropertyOrFieldReference$AccessorLValue.getValue(PropertyOrFieldReference.java:406) ~[spring-expression-5.3.4.jar:5.3.4]
60
+
61
+ at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:92) ~[spring-expression-5.3.4.jar:5.3.4]
62
+
63
+ at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:112) ~[spring-expression-5.3.4.jar:5.3.4]
64
+
65
+ at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:337) ~[spring-expression-5.3.4.jar:5.3.4]
66
+
67
+ at org.thymeleaf.spring5.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265) ~[thymeleaf-spring5-3.0.12.RELEASE.jar:3.0.12.RELEASE]
68
+
69
+ ... 65 common frames omitted
70
+
71
+ ```
38
72
 
39
73
 
40
74