JSF 验证必填字段
我正在使用 primefaces 及其咆哮控件来显示验证错误消息,我想使用 required="true" 但为使用 required="true" 的每个输入组件自定义消息。我知道您可以覆盖默认的 require 消息,并且我知道您可以创建服务器端检查并添加 FacesMessage,但是您可以使用 required=true 并自定义消息吗?现在它使用的 id 不适用于“名字”
I'm using primefaces and their growl control in order to display validation error messages and I would like to use the required="true" but customize the message for each input component that uses the required="true". I know you can override the default require message and I know you can create a server side check and add a FacesMessage, but can you use required=true and customize the message? Right now it uses the id which doesn't work well for things "First Name"
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您的意思是消息的自定义正在更改所需消息的内容,那么
您必须指定 requiredMessage 属性。
If you mean that the customization of message is changing the content of the required message then,
You have to specify the requiredMessage attribute.