Thymeleaf not detecting "th:" syntax #129
uo287545
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If thymeleaf doesn't detect the syntax when you write something it could be due to the namespace lacking the "www" at the beginning.
Example: xmlns:th="http://thymeleaf.org" -> xmlns:th="http://www.thymeleaf.org"
Beta Was this translation helpful? Give feedback.
All reactions