try {
targetID = IDFactory.getDefault().createID(
container.getConnectNamespace(), wizardPage.getConnectID());
} catch (IDCreateException e) {
new IDCreateErrorDialog(null, wizardPage.getConnectID(), e).open();
return false;
}
new AsynchContainerConnectAction(this.container, this.targetID,
this.connectContext).run();