我会在重定向到另一个xhtml之后运行带有primefaces requestcontext的javascript代码..但它不起作用..这里是代码:
else if (whatToOpen.equals("connectacc")) {
FacesContext.getCurrentInstance().getExternalContext().redirect("customermaindata.xhtml");
context.execute("PF('dlg5').show();");
}
重定向工作,但执行不..我怎么能解决这个问题? :) 请帮我。
谢谢!