Hi! I tried to find this in the archives with no luck...
  I'm starting to use standard and request taglibs, and would like to
convert a simple jsp with scriptlets to taglib-only. My problem is with
a very simple part of it. I developed a default error page for my
system, that is called when an unhandled error occurs (configured as the
error page for Throwable exceptions).
  So, how I convert this JSP to taglibs? CtlString.getStackText() is a
method that returns an exception's stack trace as a String.

Exception e =
(Exception)request.getAttribute("javax.servlet.jsp.jspException");
out.print(CtlString.getStackText(e));

  I should implement a taglib that just calls getStackText and get the
attribute from the HttpServletRequest?

-- 

Felipe Schnack
Analista de Sistemas
[EMAIL PROTECTED]
Cel.: (51)91287530
Linux Counter #281893

Faculdade Ritter dos Reis
www.ritterdosreis.br
[EMAIL PROTECTED]
Fone/Fax.: (51)32303328


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to