Não aparece o gráfico via Primefaces depois de algum tempo
1 resposta
P
paribe
Olá,
quando entro na aplicação e vou no item do menu gráfico mostra o mesmo tudo certo.
Depois vou para outros itens do menu como movimentação ,relatório,etc e depois de uns
5 minutos volto ao item gráfico e tento visualizar na tela não aparece o gráfico e sim
a tela fica em branco somente com regua de x e y. e Já debuguei e não da erro algum
o que será que pode ser…
<htmlxmlns="http://www.w3.org/1999/xhtml"xmlns:ui="http://java.sun.com/jsf/facelets"xmlns:c="http://java.sun.com/jsp/jstl/core"xmlns:h="http://java.sun.com/jsf/html"xmlns:f="http://java.sun.com/jsf/core"xmlns:p="http://primefaces.prime.com.tr/ui"><ui:compositiontemplate="/templates/interna.xhtml"><ui:definename="titulo">RelatóriodeAluno</ui:define><ui:definename="corpo"><h:formid="edicao"><h:outputLabelvalue="Relatório de Aluno "for="descricao"/></h:form><h:panelGridcolumns="4"><h:formid="impressao"><h:commandLink><f:setPropertyActionListenertarget="#{reportAluno.tipoRelatorio}"value="1"/><p:fileDownloadvalue="#{reportAluno.arquivoRetorno}"/><h:graphicImagelibrary="imagens"name="pdf.png"title="Imprimir PDF"/></h:commandLink><!--<h:commandLink><f:setPropertyActionListenertarget="#{reportAluno.tipoRelatorio}"value="2"/><p:fileDownloadvalue="#{reportAluno.arquivoRetorno}"/><h:graphicImagelibrary="imagens"name="excel.png"title="Imprimir Excel"/></h:commandLink><h:commandLink><f:setPropertyActionListenertarget="#{reportAluno.tipoRelatorio}"value="3"/><p:fileDownloadvalue="#{reportAluno.arquivoRetorno}"/><h:graphicImagelibrary="imagens"name="html.png"title="Imprimir HTML"/></h:commandLink><h:commandLink><f:setPropertyActionListenertarget="#{reportAluno.tipoRelatorio}"value="4"/><p:fileDownloadvalue="#{reportAluno.arquivoRetorno}"/><h:graphicImagelibrary="imagens"name="ods.png"title="Imprimir Planilha Open Office"/></h:commandLink>--></h:form></h:panelGrid></ui:define></ui:composition></html>