On 10/28/06, Caldarale, Charles R <[EMAIL PROTECTED]> wrote:
Where does the above class come from? (And why does its name have _005f
in it rather than a plain underscore?)
Jasper changes "_" in JSP file names to "_005f". But I don't know why.
--
Len
---
This line:
org.apache.jsp.trans_005fhistory_htm._jspService(org.apache.jsp.trans_005fhistory_htm:429)
indicates that the NullPointerException is being thrown by one of your
JSP pages, named trans_history.htm or something like that. The line
number trans_005fhistory_htm:429 refers to the Java tra
> From: asd [mailto:[EMAIL PROTECTED]
> Subject: Apache Tomcat/5.5.12
>
> This is blocking a very important page. I must view it.
This appears to be an application problem, not Tomcat.
> root cause
> java.lang.NullPointerException
>
> org.apache.jsp.trans_005fhistory_htm:429
Where does the a