You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

...

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

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

	}
});

...
  • No labels