Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们正在尝试将标记输出的标准 JSF 错误消息更改为不包含元素的 JSF 呈现 ID。例如:
j_id1840598516_6db54dbe:terms: 验证错误:值是必需的。
看起来像:
条款:验证错误:值是必需的。
使用UIInput组件的label属性。例如
UIInput
label
<h:inputText ... label="terms" />