3
<p:commandButton id="changepwd" value="Change Password" type="button"
  onclick="changepwdPanel.show()" update="dialog,messages" appendToBody="true" />

此按钮显示一个<p:dialog>。它在 Firefox 和 Chrome 中运行良好,但在 Internet Explorer 中运行良好。

这是如何引起的,我该如何解决?

4

1 回答 1

1

尝试使用:

<f:facet name="first">
    <meta http-equiv="X-UA-Compatible" content="IE=9" />
</f:facet>

<h:head>,我有类似的问题,它对我有用。

于 2013-02-11T15:34:21.950 回答