Fix for SWF-656. Needed to call FacesContext.renderResponse from the FlowActionListener.
This commit is contained in:
@@ -68,5 +68,6 @@ public class FlowActionListener implements ActionListener {
|
||||
logger.debug("No action event detected");
|
||||
context.getExternalContext().getRequestMap().remove(JsfView.EVENT_KEY);
|
||||
}
|
||||
context.renderResponse();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user