I like the global exception handler in struts 1.1b2. I have a question I haven't found in the docs. (Maybe I haven't looked hard enough if someone can point the way).
If Struts forwards to the global exception page, is there a request or other attribute that contains a throwable object? Like if you use the jsp error page directive, you get an object called exception. I'd rather just log the exception there, than catch it in the action,log it, then throw it again. Any suggestions? Thanks Dennis -- To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

