标签: primefaces dialog multiple-instances
标题说明了一切。
我可以调用以下方法吗?
void myMethod() { PrimeFaces.current().dialog().openDynamic("objectInfoPage"); }
因此,每次执行此操作时,都会出现新对话框? 现在,我必须关闭上一个实例才能打开新实例。