胸腺领域验证-Map <mybeanx,list <list <mybeany =“” >>>

时间:2018-08-08 13:25:02

标签: spring spring-mvc error-handling thymeleaf

我在Thymeleaf表单验证方面遇到麻烦。我想将错误消息绑定到我的字段内部-MyBeanY-,这是此Map的一部分:

Map<MyBeanX, List<List<MyBeanY>>>

我不知道解决方案是什么,这是我的代码-现在:

<span    
th:if="${#fields.hasErrors('myMap[__${mapStat.index}__].value.list[__${firstListStat.index}__].list[__${secondListStat.index}__])}"
th:errors="*{myMap[__${mapStat.index}__].value.list[__${firstListStat.index}__].list[__${secondListStat.index}__]}"
class="validation-input-error-message"></span>

我希望这很清楚 有人可以帮我吗? :) 非常感谢!

0 个答案:

没有答案