swf-305: accidently removed stmt - put back

This commit is contained in:
Keith Donald
2007-05-01 16:16:30 +00:00
parent 0ca74c0199
commit afbb5a650a

View File

@@ -224,6 +224,7 @@ public class FlowPhaseListener implements PhaseListener {
FacesContext context = event.getFacesContext();
if (event.getPhaseId() == PhaseId.RESTORE_VIEW) {
try {
ExternalContextHolder.setExternalContext(new JsfExternalContext(context));
restoreFlowExecution(event.getFacesContext());
}
catch (RuntimeException e) {