RE: Exception handling with scaffold

2004-03-31 Thread Barett McGavock
: Exception handling with scaffold Whenever I attempt to have an action throw an Exception of any type it seems that Scaffold catches it and treats it before struts does. The code I refer to is the BaseAction class withing scaffold, the catchexception method gets tripped and intercepts the

Exception handling with scaffold

2004-03-31 Thread Tate Austin
Whenever I attempt to have an action throw an Exception of any type it seems that Scaffold catches it and treats it before struts does. The code I refer to is the BaseAction class withing scaffold, the catchexception method gets tripped and intercepts the exception. Is this architecturally one of