This commit is contained in:
Keith Donald
2008-07-13 12:14:58 +00:00
parent 11c299c61f
commit d187db5e85

View File

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