* of the FacesContext instance for this request is set with the proper PhaseId constant for the current
* phase as the first instruction at the beginning of each phase
*/
context.setCurrentPhaseId(currentPhaseId);
flash.doPrePhaseActions(context);
// let the PhaseExecutor do some pre-phase actions
executor.doPrePhaseActions(context);
phaseListenerMgr.informPhaseListenersBefore(currentPhaseId);