Yes, it's working just great. I guess I worded it wrong. T looks to me
just
Like some place stored in memory to shoot out the error...
} catch (Throwable t) {
out = _jspx_out;
if (out != null && out.getBufferSize() != 0)
out.clearBuffer();
if (pageContext != null) pageContext.handlePageException(t);
} finally {
if (_jspxFactory != null)
_jspxFactory.releasePageContext(pageContext);
}
}
}
I'm just here trying to figure out how to make pageContext happy so it
does
Not complain any more.
-wiley
-----Original Message-----
From: PELOQUIN,JEFFREY (HP-Boise,ex1) [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 04, 2003 2:52 PM
To: 'Tomcat Users List'
Subject: RE: PageContextImpl.handlePageException
What were you expecting pageContext.handlePageException(t) to do?
I had always thought it purpose was to throw a servlet exception. In
which
case it it working the way it should.
Also what is the definition of t?
-----Original Message-----
From: jsp [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 04, 2003 3:47 PM
To: 'Tomcat Users List'
Subject: RE: PageContextImpl.handlePageException
Hi thanks for the reply, this is the cause.
if (pageContext != null) pageContext.handlePageException(t);
Im just trying to find out whats causing this.... thought maybe someone
Would have an idea besides my own incompetence.
Thanks....
-----Original Message-----
From: Sean Dockery [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 04, 2003 2:34 PM
To: Tomcat Users List
Subject: Re: PageContextImpl.handlePageException
Look at line 251 in
$TOMCAT_HOME/_work/appname/org/apache/jsp/index_jsp.java to see what
caused
the exception.
At 14:22 2003-02-04, you wrote:
>root cause
>
>javax.servlet.ServletException
> at
>org.apache.jasper.runtime.PageContextImpl.handlePageException(PageConte
x
>tImpl.java:533)
> at org.apache.jsp.index_jsp._jspService(index_jsp.java:251)
Sean Dockery
[EMAIL PROTECTED]
Certified Java Web Component Developer
Certified Delphi Programmer
SBD Consultants
http://www.sbdconsultants.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]