I'm working in a project where I'm planning to use my own implementation of ExceptionHander, I know that I need extend the org.apache.struts.action.ExceptionHandler and overwrite the execute method, I also know that I need use the <html:errors /> taglib and configure my action to work with my own ExceptionHandler class.
Everything is working properly till the ExceptionHandler but nothing is done in the JSP, the taglib doesn't do anything as waited. What perhaps I'm doing wrong, when I debug my application I go up to the ExceptionHalder but in the jsp nothing happens. Thanks a lot --------------------------------------------------------- Dorilêo