Since Struts offers an exception Handler (org.apache.struts.action.ExceptionHandler ), then I got a question:
in my action, should I try and catch the exception (in the execute's method) that may be throwed in business layer and forward to an ActionForward? Or don't do any try and cath in the action's execute method just throws to the Exception handler? Your suggestions are appreciated! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]