import org.springframework.validation.Validator;和thymeleaf错误处理

时间:2018-03-16 08:24:38

标签: spring spring-boot spring-security

在login.html页面中我无法解析 th:if =“$ {param.error!= null}” th:if =“$ {param.logout! = null}“。 对于验证,我使用org.springframework.validation.Validator;

这是一个github链接:https://github.com/MaryGhazaryan/loginregistration111/tree/features

1 个答案:

答案 0 :(得分:0)

Thymeleaf无法解决这个问题,但它运作正常。