我已经在后端JSF中编写了此代码
public void goToURL(String url) {
RequestContext.getCurrentInstance().execute("window.open(' " + url + "', '_blank').focus()");
}
<f:actionListener binding="#{bean.goToURL('/myPage.xhtml')}"/>
但是当我从我的页面xhtml调用它时,单击一下它会选择两个选项卡