问题确实出在重新提交表格上。但浏览器(opera)没有显示警报。
我通过添加修复了它
FacesContext.getCurrentInstance().getExternalContext().redirect("index.xhtml");
在我的职能中
尝试通过ajax提交:
<h:commandButton value="click" actionListener="#{example.NewExample()}">
<f:ajax />
</h:commandButton>
您可能需要渲染一些组件。