<p:commandButton id="changepwd" value="Change Password" type="button"
onclick="changepwdPanel.show()" update="dialog,messages" appendToBody="true" />
此按钮显示一个<p:dialog>
。它在 Firefox 和 Chrome 中运行良好,但在 Internet Explorer 中运行良好。
这是如何引起的,我该如何解决?
<p:commandButton id="changepwd" value="Change Password" type="button"
onclick="changepwdPanel.show()" update="dialog,messages" appendToBody="true" />
此按钮显示一个<p:dialog>
。它在 Firefox 和 Chrome 中运行良好,但在 Internet Explorer 中运行良好。
这是如何引起的,我该如何解决?