| Author |
inserting global exception from struts config.xml file in database
|
Khushwinder Chahal
Ranch Hand
Joined: Oct 03, 2007
Posts: 128
|
|
Hi All, I am using struts1.0. I am using Global exception in struts-config.xml. Now i want to insert the global exceptions directly from struts-config.xml to my database, before going into the respective jsp page. Is there any way out? Thanks and Regards, Khushwinder [ November 30, 2008: Message edited by: Khushwinder Chahal ]
|
Khushwinder
|
 |
Sagar Rohankar
Ranch Hand
Joined: Feb 19, 2008
Posts: 2896
|
|
As you said, you are using global exception handling of Struts, then you must have implemented GlobalExceptionHandler. In that class you can write a logic which takes the exception with cause and insert them into DB and then redirect user to common jsp page notifying the error.. HTH
|
[LEARNING bLOG] | [Freelance Web Designer] | [and "Rohan" is part of my surname]
|
 |
Khushwinder Chahal
Ranch Hand
Joined: Oct 03, 2007
Posts: 128
|
|
|
Thanks Buddy i will try this out.
|
 |
 |
|
|
subject: inserting global exception from struts config.xml file in database
|
|
|