Thymeleaf not displaying Spring form error messages

前端 未结 3 1869
北荒
北荒 2020-12-14 06:55

I\'m migrating a Spring jsp application to Thymeleaf but having problems displaying form errors.

I\'m using the SpringTemplateEngine and ThymeleafViewResolver and re

3条回答
  •  有刺的猬
    2020-12-14 07:10

    This is how I do it in my forms:

    For displaying all errors I put this at the beginning of my form:

    and for individual error I add this after the field (of course, changing field in hasErrors to correspond to the field tested):

    Incorrect LP

    Let me know if this works for you?

提交回复
热议问题