You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2001/12/12 19:17:10 UTC

DO NOT REPLY [Bug 5218] - org.apache.jasper.JasperException: Unable to compile class for JSP

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5218>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5218

org.apache.jasper.JasperException: Unable to compile class for JSP

kin-man.chung@sun.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME



------- Additional Comments From kin-man.chung@sun.com  2001-12-12 10:17 -------
If you look at javax.servlet.jsp.Pagecontext, you'll notice that both
handlePageException(Exception) and handlePageException(Throwable) are defined. 
Javac should be able to pick up the second method without the explicit cast. 
Either you have use a bad servelet api package, or there's something wrong with
your javac.  The same code has been generated and works for every jsp page.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>