| Author |
Problem with global-exception tag
|
Sandeep Ghosh
Ranch Hand
Joined: Jan 23, 2002
Posts: 145
|
|
Hi, I have this in struts-config.xml One of my Action's class execute method is throwing an Exception. In GlobalExceptionHandler class I am just redirecting it to some page,but it is giving this error javax.servlet.ServletException at org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:526) at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:467) at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274) at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1413) at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:522) at javax.servlet.http.HttpServlet.service(HttpServlet.java:760) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) ... ... Could anybody please suggest what is right way to implemet this tag. Sonu
|
 |
Sandeep Ghosh
Ranch Hand
Joined: Jan 23, 2002
Posts: 145
|
|
Hi Friends, For anybody who is having similier problem , I have managed to find a nice example showing the use of Global Exception handler in http://examples.oreilly.com/jakarta/ . Unzip the source.zip and look at BaseException.java file. Cheers Sonu
|
 |
 |
|
|
subject: Problem with global-exception tag
|
|
|