initializeProcess(context);
// Redisplay the process in the property browser
// We have to do this because the event was already handled by the page *before* we get called.
JaspiraWizardObjectPage page = (JaspiraWizardObjectPage) event.wizard.getPage(pageName);
page.handleWizardEvent(event);
}
// Save the original item for later restore after a back button
if (context.getOriginalItem() == null)
{