2
如何在SEAM中基於帶參數的功能設置導航規則?基於帶參數功能的SEAM導航
例如
<page view-id="/firstPage.xhtml" back="enabled">
<navigation from-action="#{actionBean.fetchItem(int index)}">
<redirect view-id="/itemDetail.xhtml" />
</navigation>
</page>
確實按照你描述的方式工作,儘管我最終使用了@Bozho的建議。謝謝! – John 2010-04-13 22:58:26