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.
私はJavaを初めて使用し、次の質問に対する回答を探しています。Richfaces メニューバー (panelMenuGroup および panelMenuItem) を使用している JSF を使用して Web サイトを構築しています。メニューの各項目に対してメニューバーの前に新しいページを表示したい (つまり、メニュー項目をクリックすると、メニュー バーの前に新しいページが開きます)。解決策はありますか?
ありがとう。
u を作成しh:commandLink、目的のページを返すそれぞれの Bean のメソッドをアクションで呼び出すことができます
h:commandLink
pulic String welcome(){ .. return "\welcome.xhtml"; }