Re: [Actionframework-users] Exceptions - Stack Trace
Status: Inactive
Brought to you by:
ptoman
From: Petr T. <Pet...@pi...> - 2004-02-13 08:19:45
|
> For example in ActionServlet file, I have: > <on-exception class="java.lang.Exception" > assign-to="error" show-template="error.vm"/> > > I display the error in a Velocity file by > "$error.message". > Here I would like to have a link, and want to display > the stack trace when the link is clicked. You can pass the stacktrace (as URL encoded string) in a parameter (?stacktrace=string) of your link. -Petr [ http://dione.zcu.cz/~toman40 - Pet...@pi... - ICQ=22957959 ] |