Hi!

I wolud like to do the following:

If an Action catches an Exception, I would like to forward to an error
page that shwos some general message, such as "There has been
an error accessing tha database." But I would like to provide a
link or something else (which is shown to for example all admins),
so that the user can watch the whole stacktrace of the exception.
You could store the original Exception in request-scope, but
is there a simple way/ a tag to print out the whole stacktrace
of my exception in the jsp? Or do I have to do it on my own?

Thanks,
Peter

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

Reply via email to