質問編集履歴
1
エラーメッセージ追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -16,10 +16,27 @@
|
|
16
16
|
</th:block>
|
17
17
|
</th:block>
|
18
18
|
```
|
19
|
+
###エラーメッセージ
|
20
|
+
```
|
19
21
|
|
22
|
+
org.thymeleaf.exceptions.TemplateProcessingException: Exception evaluating SpringEL expression: "list.value" (template: "hoge" - line 111, col 11)
|
20
23
|
|
24
|
+
~字数の都合上省略~
|
21
25
|
|
26
|
+
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?
|
27
|
+
at org.springframework.expression.spel.ast.PropertyOrFieldReference.readProperty(PropertyOrFieldReference.java:217) ~[spring-expression-5.3.4.jar:5.3.4]
|
28
|
+
at org.springframework.expression.spel.ast.PropertyOrFieldReference.getValueInternal(PropertyOrFieldReference.java:104) ~[spring-expression-5.3.4.jar:5.3.4]
|
29
|
+
at org.springframework.expression.spel.ast.PropertyOrFieldReference.access$000(PropertyOrFieldReference.java:51) ~[spring-expression-5.3.4.jar:5.3.4]
|
30
|
+
at org.springframework.expression.spel.ast.PropertyOrFieldReference$AccessorLValue.getValue(PropertyOrFieldReference.java:406) ~[spring-expression-5.3.4.jar:5.3.4]
|
31
|
+
at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:92) ~[spring-expression-5.3.4.jar:5.3.4]
|
32
|
+
at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:112) ~[spring-expression-5.3.4.jar:5.3.4]
|
33
|
+
at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:337) ~[spring-expression-5.3.4.jar:5.3.4]
|
34
|
+
at org.thymeleaf.spring5.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265) ~[thymeleaf-spring5-3.0.12.RELEASE.jar:3.0.12.RELEASE]
|
35
|
+
... 65 common frames omitted
|
36
|
+
```
|
22
37
|
|
38
|
+
|
39
|
+
|
23
40
|
### 補足情報
|
24
41
|
Eclipse 2020 Java FullEdition
|
25
42
|
AmazonCorretto jdk15.0.2_7
|