accidently removed stmt - put back

This commit is contained in:
Keith Donald
2007-05-01 16:15:50 +00:00
parent abfa4ba16c
commit 3ff858e8f6

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) {