Spring 视图层如何显示验证消息提示
Posted max-hou
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Spring 视图层如何显示验证消息提示相关的知识,希望对你有一定的参考价值。
1.示例
<p th:if="$#fields.hasErrors(‘name‘)" th:errors="*name" ></p>
关键代码$#fields.hasErrors(‘name‘)
name为提示所对应的变量
以上是关于Spring 视图层如何显示验证消息提示的主要内容,如果未能解决你的问题,请参考以下文章
如何在没有提交事件的情况下显示 setCustomValidity 消息/工具提示