render from end-state bug fix for mvc and jsf

This commit is contained in:
Keith Donald
2008-07-12 23:15:44 +00:00
parent 1eef8a722d
commit aff78d5469
25 changed files with 180 additions and 1178 deletions

View File

@@ -13,7 +13,7 @@ public class BookingFlowHandler extends AbstractFlowHandler {
@Override
public String handleExecutionOutcome(FlowExecutionOutcome outcome, HttpServletRequest request,
HttpServletResponse response) {
return "/hotels/index";
return null;
}
@Override

View File

@@ -24,7 +24,7 @@
<transition on="cancel" to="cancel" />
</view-state>
<end-state id="bookingConfirmed" commit="true" />
<end-state id="bookingConfirmed" commit="true" view="externalRedirect:/hotels/index"/>
<end-state id="cancel"/>