How to compare string with request parameter in html in Thymeleaf tag \"th:if\" ? right now i am using this
With Thymeleaf 3, I normally use #request (a short form of #httpservletrequest) and #strings.equals() for that, which will look like this:
#httpservletrequest