This week's book giveaway is in the Programmer Certification forum. We're giving away four copies of OCP Oracle Certified Professional Java SE 21 Developer Study Guide: Exam 1Z0-830 and have Jeanne Boyarsky & Scott Selikoff on-line! See this thread for details.
in my application, i need to handle exception and persist the "stackstrace" into database.
I have used "global-exception-mappings" in struts.xml which is working fine.
if any exception occurs then "myexception" action is invoked, but how can i get the stacktrace?