Merged V2.0 to HEAD

5297: PostgreSQL upgrade support
   5347: (From 1.4) EHCache configuration fixes and sample
   5380, 5381: AWC-1143
   5398: AWC-966


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5479 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2007-04-11 19:05:40 +00:00
parent 0dccbdcd20
commit 0a79a3db57
3 changed files with 17 additions and 5 deletions

View File

@@ -113,15 +113,15 @@ public final class WizardManager
"' does not implement the required IWizardBean interface");
}
// create the WizardState object
this.currentWizardState = new WizardState(config, wizard);
// initialise the managed bean
wizard.init(this.paramsToApply);
// reset the current parameters so subsequent wizards don't get them
this.paramsToApply = null;
// create the WizardState object
this.currentWizardState = new WizardState(config, wizard);
// setup the first step
determineCurrentPage();
}