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 页面,在该页面上我有一些值要显示,例如 box_name、appl_server_name,这些值在我的支持 bean 中不存在。但我有 box_id、appl_server_id 之类的值,它们也存在于 box_name 和 appl_server_name 分别存在的支持 bean 中.如何使用 box_id 和 appl_server_id 显示 box_name 和 appl_server_name。
您可以为 UIInput 设置一个值,例如“box_id.setSubmittedValue(yourValue);” 在你的支持豆中。