You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by TM...@gcre.com on 2001/02/01 23:14:36 UTC

Help Please: JSP Exception

When accessing one of my JSP's I receive the following runtime exception:

javax.servlet.ServletException: (class: _0002fTest_0002ejspTest_jsp_0,
method: _jspService signature:
(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V)

Illegal target of jump or branch
           at org.apache.jasper.servlet.JspServlet.service(JspServlet.java,
Compiled Code)
           at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)

Does anyone have any hints as to what would cause this?  Thanks.