Claire
Não consigo achar o erro neste código mesmo com a sua dica, poderia me dar outra informação?
<%@page contentType=“text/html” import=“java.util., java.io., java.text., java.util.Calendar., java.sql.*, ConectaAccess” %>
<%@ page isErrorPage=“true” %>
<%
String sess = (String) session.getAttribute(“sessao”);
if (!(sess != null && sess.equals(“autorizado”))) {
%>
<jsp:forward page=“denied.jsp” />
<%
}
%>
<html>
<head>
<title>Despesas Administrativas - EO</title>
<meta http-equiv=“Content-Type” content=“text/html; charset=iso-8859-1”>
<link href="…/_styles/bb_ie.css" rel=“stylesheet” type=“text/css”>
<script language=JavaScript src="…/inf.js" type=text/javascript></script>
<script language=JavaScript src="…/menu.js" type=text/javascript></script>
</head>
<table width="100%" border="0" cellspacing="4" cellpadding="0">
<tr>
<td width="20%" valign="top" height="330">
<TABLE bgColor=#ffffff border=0 cellPadding=0 cellSpacing=0 width=155>
<TBODY>
<TR>
<TD align="left" bgColor=#F0CF1F height=16 width=6>&nbsp;</TD>
<TD align="left" bgColor=#F0CF1F vAlign=center width=149><a
class=subtitulo
href="indexorcamento.jsp?url=0"><b>In&iacute;cio</b></a></TD>
</TR>
<TR>
<TD bgColor=#F0CF1F colSpan=2><IMG alt="" border=0 height=1
src="../Intranet/imagens/dotBranco.gif" vspace=3 width="100%"></TD>
</TR>
<TR>
<TD align="left" bgColor=#F0CF1F height=16 width=6>&nbsp;</TD>
<TD align="left" bgColor=#F0CF1F vAlign=center width=149><a
class=subtitulo
href="indexorcamento.jsp?url=1">Defini&ccedil;&atilde;o</a></TD>
</TR>
<TR>
<TD bgColor=#F0CF1F colSpan=2><IMG alt="" border=0 height=1
src="../Intranet/imagens/dotBranco.gif" vspace=3 width="100%"></TD>
</TR>
<TR>
<TD align="left" bgColor=#F0CF1F height=16 width=6>&nbsp;</TD>
<TD align="left" bgColor=#F0CF1F vAlign=center width=149><a
class=subtitulo
href="indexorcamento.jsp?url=2">Caracter&iacute;sticas</a></TD>
</TR>
<TR>
<TD bgColor=#F0CF1F colSpan=2><IMG alt="" border=0 height=1
src="../Intranet/imagens/dotBranco.gif" vspace=3 width="100%"></TD>
</TR>
<TR>
<TD align="left" bgColor=#F0CF1F height=16 width=6>&nbsp;</TD>
<TD align="left" bgColor=#F0CF1F vAlign=center width=149><a
class=subtitulo
href="indexorcamento.jsp?url=3">Gestoras/Executoras</a></TD>
</TR>
<TR>
<TD bgColor=#F0CF1F colSpan=2><IMG alt="" border=0 height=1
src="../Intranet/imagens/dotBranco.gif" vspace=3 width="100%"></TD>
</TR>
<TR>
<TD align="left" bgColor=#F0CF1F height=16 width=6>&nbsp;</TD>
<TD align="left" bgColor=#F0CF1F vAlign=center width=149><a
class=subtitulo
href="indexorcamento.jsp?url=4">Despesas Administrativas</a></TD>
</TR>
<TR>
<TD bgColor=#F0CF1F colSpan=2><IMG alt="" border=0 height=1
src="../Intranet/imagens/dotBranco.gif" vspace=3 width="100%"></TD>
</TR>
<TR>
<TD align="left" bgColor=#F0CF1F height=16 width=6>&nbsp;</TD>
<TD align="left" bgColor=#F0CF1F vAlign=center width=149><a
class=subtitulo
href="indexorcamento.jsp?url=5">Investimentos</a></TD>
</TR>
<TR>
<TD bgColor=#F0CF1F colSpan=2><IMG alt="" border=0 height=1
src="../Intranet/imagens/dotBranco.gif" vspace=3 width="100%"></TD>
</TR>
<TR>
<TD align="left" bgColor=#F0CF1F height=16 width=6>&nbsp;</TD>
<TD align="left" bgColor=#F0CF1F vAlign=center width=149><a
class=subtitulo
href="indexorcamento.jsp?url=6">Impacto na GDP</a></TD>
</TR>
<TR>
<TD bgColor=#F0CF1F colSpan=2><IMG alt="" border=0 height=1
src="../Intranet/imagens/dotBranco.gif" vspace=3 width="100%"></TD>
</TR>
<TR>
<TD align="left" bgColor=#F0CF1F height=16 width=6>&nbsp;</TD>
<TD align="left" bgColor=#F0CF1F vAlign=center width=149><a
class=subtitulo
href="daeo.jsp">Or&ccedil;ado/Realizado</a></TD>
</TR>
</table>
</td>
<td width=“80%” valign=“top” align=“center”>
<table width=“100%” height=“25” border=“0” cellspacing=“0” cellpadding=“0” background=“bgSubMenu.gif”>
<tr>
<td width=“118” align=“right”><strong>Orcado</strong></td>
<td width=“36”> </td>
<td width=“81” align=“center”><strong>Realizado</strong></td>
<td width=“36”> </td>
<td width=“76” align=“center”><strong>Treinamento</strong></td>
<td width=“36”> </td>
<td width=“45” align=“center”><strong>Deslocamento</strong></td>
<td width=“36”> </td>
<td width=“48” alig=“center”><strong>Relatórios</strong></td>
<td></td>
</tr>
</table>
O seguinte erro foi encontrado:
<%= exception.printStackTrace()%>
Entre em contato com o administrador do sistema.</td>
</tr>
<tr>
<td colspan=“2”>
<table width=“100%” background="…/_images/index/fd.gif">
<tr>
<td><font class=“c”>EO-Estratégia e Organização</font></td>
<td align=“center”><font class=“c”>SBS, Ed. Sede III, 18º
andar - CEP 70073-901</font></td>
<td align=“center”><font class=“c”>Pabx 310.3503 - Fax 310.4184</font></td>
<td align=“right”><font class=“c”> eo@bb.com.br</font></td>
</tr>
</table>
</td>
</tr>
</table>
</html>