我想在它从支持 bean 返回“完成”后关闭 jsp 页面窗口。
我如何为此编写导航基础?我有以下代码
<navigation-rule>
<from-view-id>/faces/script/modify_script.jsp</from-view-id>
<navigation-case>
<from-outcome>finish</from-outcome>
<to-view-id> not sure what to write here</to-view-id>
</navigation-case>
</navigation-rule>