0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Thymeleaf関連エラーの解決方法

Last updated at Posted at 2020-06-09

ThymeleafでリストがNullであるかどうかのチェック方法

How to check if list is empty using thymeleaf?


<div th:if="${not #lists.isEmpty(xxxxxx)}">
 --content--
</div>

org.springframework.expression.spel.SpelEvaluationException: EL1007E:(pos 0): Property or field 'xxxxxx' cannot be found on nullってメッセージが出たときに、リストの場合、上記のように修正すれば、直ります。けっこうはまりました。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?