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.
私は2つの異なるビューIDを持っています
/faces/rcg/index.xhtml と /faces/MasterRiskManager/index.xhtml 両方を 1 つのパターン /inex.html で書き換えることは可能ですか?
いいえ。PrettyFaces は、受信した /index.html をどのページに書き換えるべきかをどのように判断するのでしょうか?
get または post パラメーターなどの他の要因に応じて /index.html をいずれかのページに書き換える場合は、いずれかを選択してから、そのページで (f:event タグを使用して) リダイレクトの決定を行うことができます。 PreRenderViewEvent ハンドラ。