Struts 1.1 beta Exception Handling

2002-04-11 Thread Marcelo Vanzin
Anyone knows of any documentation on the exception handling feature in the 1.1 beta release? I was looking at it to (maybe) substitute our internal exception handling mechanism, but I found very little documentation (mostly the comments in the DTD and the short Javadoc in the

Re: Struts 1.1 beta Exception Handling

2002-04-11 Thread Chuck Cavaness
That's one of the most requested Chapters for me to put out and I'm working hard to get that one out next. In the meantime, take a look at the findException() method in the ActionMapping class. This is where it loops up the superclass chain of the Exception class looking for a ExceptionConfig