render from end-state bug fix for mvc and jsf
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user