<navigation-rule>
<from-view-id>/OrderError.jsp</from-view-id>
<navigation-case>
<from-outcome>retry</from-outcome>
<to-view-id>/PlaceOrder.jsp</to-view-id>
</navigation-case>
</navigation-rule>
<navigation-rule>
<from-view-id>/PlaceOrder.jsp</from-view-id>
<navigation-case>
<from-outcome>success</from-outcome>
<to-view-id>/ConfirmOrder.jsp</to-view-id>
</navigation-case>
<navigation-case>
<from-outcome>failure</from-outcome>
<to-view-id>/OrderError.jsp</to-view-id>
<redirect/>
</navigation-case>
</navigation-rule>
发表于 @ 2006年02月16日 11:27:00|评论(loading...)|编辑