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 机制使用托管 bean 或组件树来生成表单值或视图?我认为如果使用验证失败树,则使用 bean。真的吗?
一般两者都用;由组件决定是否(以及何时)读取哪些 EL 表达式。
验证/转换失败的组件通常会使用未转换的提交值,其他组件将评估 EL 表达式。不受 EL 表达式约束的组件状态将来自组件实例,即使同一组件上的其他状态可能会从 EL 表达式中重新读取。