The validated parameter is normally the submitted value of a form element.
已验证的参数通常是表单元素的提交值。
If the immediate property of the component is true, the JSF framework also converts and validates the submitted value, setting the value property of the component.
如果组件的immediate属性为true,那么JSF框架还会转换并验证所提交的值,设置组件的value属性。
The last step of the decode method is to store the submitted value in the component (later it will be converted then validated; see Resources for more on validation and conversion).
decode方法的最后一步是把提交的值保存到组件(稍后会转换并验证它,请参阅参考资料获取更多关于验证和转换的内容)。
应用推荐