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.
バッキングBeanに存在しないbox_name、appl_server_nameなどの値を表示するjsfページがありますが、box_nameとappl_server_nameがそれぞれ存在するバッキングBeanにも存在するbox_id、appl_server_idなどの値があります.box_idとappl_server_idを使用してbox_nameとappl_server_nameを表示するにはどうすればよいですか。
「box_id.setSubmittedValue(yourValue);」のように UIInput に値を設定できます。あなたのバッキングビーンで。