这是我的模板示例:
<tr th:with="negNumber = ${myNum < 0}">
...
</tr>
我收到以下异常消息:
Caused by: org.xml.sax.SAXParseException: The value of attribute "th:if" associated with an element type "null" must not contain the '<' character.
任何想法?
这是我的模板示例:
<tr th:with="negNumber = ${myNum < 0}">
...
</tr>
我收到以下异常消息:
Caused by: org.xml.sax.SAXParseException: The value of attribute "th:if" associated with an element type "null" must not contain the '<' character.
任何想法?