window.open(url,'_blank')从后端打开两个窗口

时间:2018-10-29 10:04:45

标签: jsf-2

我已经在后端JSF中编写了此代码

 public void goToURL(String url) {
        RequestContext.getCurrentInstance().execute("window.open(' " + url + "', '_blank').focus()");
    }

<f:actionListener  binding="#{bean.goToURL('/myPage.xhtml')}"/>

但是当我从我的页面xhtml调用它时,单击一下它会选择两个选项卡

0 个答案:

没有答案