<p:commandButton id="changepwd" value="Change Password" type="button"
onclick="changepwdPanel.show()" update="dialog,messages" appendToBody="true" />
This button displays a <p:dialog>. It works fine in Firefox and Chrome, but not in Internet Explorer.
How is this caused and how can I solve it?
Try using:
<f:facet name="first">
<meta http-equiv="X-UA-Compatible" content="IE=9" />
</f:facet>
in <h:head>,
I had similar issue and it worked for me.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With