if (delegate != null) {
delegateName = delegate.getClass().getName();
_delegate = delegate;
}
// not reading from XML, so we must create our own meta
WizardFrameMeta meta = new WizardFrameMeta(
wizard.meta(), name, label,
source, delegateName, null,
formEncoding, actionNames);
init(meta, null, wizard);
}