Inspectopedia Help

Unresolved references in Thymeleaf expression variables

Reports unresolved references and invalid Thymeleaf expressions.

Example:

<html xmlns:th="https://www.thymeleaf.org"> <body> <form th:object="${unknownPet}" <!-- Cannot resolve 'unknownPet' --> class="form-horizontal" method="post"> <input type="hidden" name="id" th:value="*{id}" /> <!-- Cannot resolve 'id' --> </form> </body> </html>

Inspection Details

Available in:

IntelliJ IDEA 2023.3, Qodana for JVM 2023.3

Plugin:

Thymeleaf, 233.SNAPSHOT

Last modified: 13 July 2023