Hi all; Is it possible opening a new page at AjaxButton's onSubmit button ?
I've tried PopupSettings popupSettings = new PopupSettings(); popupSettings.setTarget("'" + url + "'"); target.appendJavascript(popupSettings.getPopupJavaScript()); but it doesn't work. Also throw new RestartResponseAtInterceptPageException(new RedirectPage(url); works but it opens popup in the same tab not a new window. Any suggestions ? Thanks. -- *Altuğ* ** <http://www.kodcu.com>