Fix for SWF-656. Needed to call FacesContext.renderResponse from the FlowActionListener.

This commit is contained in:
Jeremy Grelle
2008-04-01 15:21:59 +00:00
parent c8a9afdc51
commit 1d9ac8edb5
2 changed files with 3 additions and 0 deletions

View File

@@ -68,5 +68,6 @@ public class FlowActionListener implements ActionListener {
logger.debug("No action event detected");
context.getExternalContext().getRequestMap().remove(JsfView.EVENT_KEY);
}
context.renderResponse();
}
}