Re: Managing exceptions

2005-04-28 Thread Joe Germuska
At 5:57 PM +0200 4/28/05, Sébastien GALLET wrote: Joe Germuska a écrit : At 3:11 PM +0200 4/24/05, Sébastien GALLET wrote: Hello, I'm looking for a good way to manage exceptions in struts. Any links in your bookmarks ? That's a pretty general question! yes, it was :-[ With your help, I can catch e

Re: Managing exceptions

2005-04-28 Thread =?ISO-8859-1?Q?S=E9bastien_GALLET?=
Joe Germuska a écrit : At 3:11 PM +0200 4/24/05, Sébastien GALLET wrote: Hello, I'm looking for a good way to manage exceptions in struts. Any links in your bookmarks ? That's a pretty general question! yes, it was :-[ With your help, I can catch exceptions in my servlet and display them in my ap

Re: Managing exceptions

2005-04-25 Thread Mark Shifman
I am using struts 1.2.6 and I tried what Joe Germuska said however I am missing something. The message shows up so that displays it. Or to put it another way ${message} displays it while ${message} doesn't. So it looks like the exception is generating an ActionErrors object. I gener

Re: Managing exceptions

2005-04-24 Thread Joe Germuska
At 3:11 PM +0200 4/24/05, Sébastien GALLET wrote: Hello, I'm looking for a good way to manage exceptions in struts. Any links in your bookmarks ? That's a pretty general question! I usually start by having a single global exception handler defined which catches anything thrown by Struts: