> Hi > > I'm trying to run my application on Tomcat 4.0 > > The flow on browser for any request is: > JSP ---> Servlet ---> JSP > > Now request is going succesfully from first JSP to > Servlet and after getting executed in Servlet its > coming to secong JSP. > > But before executing the secong JSP it throws the > following error: > > Root Cause: > java.lang.NumberFormatException: F > at java.lang.Integer.parseInt(Integer.java:405) > at java.lang.Integer.parseInt(Integer.java:454) > at > org.apache.jasper.compiler.Compiler.getJspLineErrors(Compiler.java:321)
This should have been fixed in 4.0.1, so you should upgrade. Remy
