<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:
in
<h:head>,I had similar issue and it worked for me.