...

chooserWindow.setWindowClosedCallback(new ModalWindow.WindowClosedCallback() {
	public void onClose(AjaxRequestTarget target) {

		yourTextField.setModelObject(chooserPanel.getYourValue());
		target.addComponent(yourTextField);

	}
});

...
  • No labels