Hello, if you define a global exception handler in struts-conf.xml file, it takes care of all the exceptions occuring in any of the action class's execute method. Is there any way I can handle exceptions occuring from all my jsp files globally?
Thanks.