gpt4 book ai didi

validation - 如何自定义JSF验证错误消息

转载 作者:行者123 更新时间:2023-12-03 12:24:26 25 4
gpt4 key购买 nike

如何自定义验证失败时出现的验证消息?

这是我的代码:

<h:form>
<p><h:inputText
id="userNo"
title="Type a number from 0 to 10:">
<f:validateLongRange
minimum="3"
maximum="6"/>
</h:inputText>

<h:commandButton id="submit" value="Submit"
action="response"/>
</p>
<h:message showSummary="true" showDetail="false"
id="errors1"
for="userNo"/>
</h:form>

当前消息看起来像这样:
j_idt10:userNo: Validation Error: Specified attribute is not between the expected values of 3 and 6. 

这不是特别用户友好。

最佳答案

最简单的方法是在validatorMessage="my custom message"标记中设置<h:inputText>属性。

有关更高级的方法,请阅读本文Customize validation error message in JSF 2.0

And here a complete Reference to all available message that you can override in JSF 2.0.x

关于validation - 如何自定义JSF验证错误消息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10411773/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com