cara, fiz a modificação e ainda da pau. o erro é:
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
org.apache.jasper.JasperException: Unable to compile class for JSP
An error occurred at line: 8 in the jsp file: /teste.jsp
Generated servlet error:
[javac] Compiling 1 source file
C:\Arquivos de programas\Apache Software Foundation\Tomcat 5.0\work\Catalina\localhost_\org\apache\jsp\teste_jsp.java:49: cannot resolve symbol
symbol : class Fachada
location: class org.apache.jsp.teste_jsp
Fachada fachada = null;
^
An error occurred at line: 8 in the jsp file: /teste.jsp
Generated servlet error:
C:\Arquivos de programas\Apache Software Foundation\Tomcat 5.0\work\Catalina\localhost_\org\apache\jsp\teste_jsp.java:51: cannot resolve symbol
symbol : class Fachada
location: class org.apache.jsp.teste_jsp
fachada = (Fachada) _jspx_page_context.getAttribute(“fachada”, PageContext.PAGE_SCOPE);
^
An error occurred at line: 8 in the jsp file: /teste.jsp
Generated servlet error:
C:\Arquivos de programas\Apache Software Foundation\Tomcat 5.0\work\Catalina\localhost_\org\apache\jsp\teste_jsp.java:53: cannot resolve symbol
symbol : class Fachada
location: class org.apache.jsp.teste_jsp
fachada = new Fachada();
^
3 errors
org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:127)
org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:351)
org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:415)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:458)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:439)
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:553)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:291)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:301)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:248)
javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
o que é isso?