Re: exception in action

2002-02-22 Thread Ted Husted
The Struts tags should be passing the original exception in the request under the key Action.EXCEPTION_KEY so you can retrieve it from there on your error page. -- Ted Husted, Husted dot Com, Fairport NY US -- Developing Java Web Applications with Struts -- Tel: +1 585 737-3463 -- Web: http://hu

exception in action

2002-02-19 Thread Ivan Siviero
hi everyone. I have an errorpage to which all the exceptions are forwarded. This errorpage emails me the exception details and display a user friendly message instead of the complete exception details. Everything works fine when the exception occurs in some custom tag, i get the exception by page