custommessages.properties

来自「JSF例子 JSF标签 用户角色控制 比较全的例子」· PROPERTIES 代码 · 共 8 行

PROPERTIES
8
字号
javax.faces.component.UIInput.REQUIRED=This field is required.
javax.faces.component.UIInput.REQUIRED_detail=Please fill in this field.
javax.faces.validator.UIInput.MINIMUM=Sorry, this number must be greater than {0}.
javax.faces.validator.UIInput.MAXIMUM=Sorry, this number must be less than {0}.
javax.faces.component.UIInput.CONVERSION=Sorry, your input is not in the right format. Please try again.
javax.faces.component.UIInput.CONVERSION_detail=There was an error converting your input into a format the application understands.
Invalid_Email=This e-mail address is invalid. Please try again.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?