Olá pessoal!
Estou com problemas para mostrar meus relatórios usando o IE.
Meus relatorios são mostrados perfeitamente usando o browser Mozilla,
mas quando eu uso o Internet Explorer não dá refresh na página,
me mostra sempre o relatório anterior.
Segue abaixo minha página que mostra o relatório:
<%@ page language=“java” contentType=“text/html; charset=ISO-8859-1” pageEncoding=“ISO-8859-1”%>
<%@ taglib prefix=“f” uri=“http://java.sun.com/jsf/core”%>
<%@ taglib prefix=“h” uri=“http://java.sun.com/jsf/html”%>
<%@ taglib uri=“http://richfaces.org/a4j” prefix=“a4j”%>
<%@ taglib uri=“http://richfaces.org/rich” prefix=“rich”%>
<iframe id="iframe" src="${relatorioFichaDePontoControlador.saida}" width="99%"
height="600px" style="min-height: 400px;">
</iframe>
</f:subview>
</h:form>
</f:view>
Será que é alguma configuração do Internet Explorer?