Ola, estou tentando compilar um simples jsp contendo:
<html>
<% int x = 10; %>
<BODY>
<%=x%>
</BODY>
</html>
até ai tudo bem, ele transforma em .java mas na hora de compilar da o seguinte erro:
 
teste.java:73: handlePageException(java.lang.Exception) in javax.servlet.jsp.PageContext cannot be applied to (java.lang.Throwable)
            if (pageContext != null) pageContext.handlePageException(t);
                                                ^
1 error
Alguem ja passou por isso, ou sabe o que pode ser?
 
Agradeço..
 
Marcelo Martins Bonilha
Programador - IBex
[EMAIL PROTECTED]

Responder a