DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
chooserWindow.setWindowClosedCallback(new ModalWindow.WindowClosedCallback() {
public void onClose(AjaxRequestTarget target) {
yourTextField.setModelObject(chooserPanel.getYourValue());
target.addComponent(yourTextField);
}
});
...