Olá galera, gostaria de saber se alguém aqui sabe como fazer pra funcionar o p:dialog do prime no IE 9, no firefox e chrome funciona que é uma beleza mas na po%¨do IE não abre…
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:p="http://primefaces.org/ui"
xmlns:f="http://java.sun.com/jsf/core">
<f:view contentType="text/html"
locale="#{localeController.currentLocale}">
<h:head>
<meta http-equiv="Content-Type"
content="text/html; charset=ISO-8859-1" />
<title>Projeto<ui:insert name="titulo" />
</title>
<ui:insert name="css" />
<ui:insert name="head" />
</h:head>
<body>
<div id="menu_topo">
<ui:include src="menutopo.xhtml"></ui:include>
</div>
<h:form id="formI" prependId="false">
<div id="navegation">
<div style="margin-top: 5px; margin-left: 10px;">
<ui:insert name="navegacao" />
</div>
</div>
<div id="acesso_rapido">
<ui:insert name="acessoRapido" />
</div>
<div id="titulo">
<ui:insert name="titulo" />
</div>
<div id="body_content">
<ui:insert name="body" />
</div>
<p:outputPanel id="msgs">
<p:growl id="growl" showDetail="false" sticky="false" life="4400"
autoUpdate="true" />
</p:outputPanel>
</h:form>
<p:ajaxStatus onstart="statusDialog.show();"
onsuccess="statusDialog.hide();" />
<p:dialog modal="true" widgetVar="statusDialog" resizable="false" id="modalLoading"
draggable="false" closable="false" styleClass="ui-widget-header2">
<h:graphicImage value="img/Loading.gif" />
</p:dialog>
</body>
</f:view>
</html>
