Hi again :) Can I handle all exceptions in Struts? I tried in my struts-config: <exception key="events.error.runtime" type="java.lang.Exception" path="jsp/Error.jsp"/> </global-exceptions>
When I call a JSP where i make a NulPointerException , then i see not my Error.jsp. Is there someting else what I have to do, if I want to handle exceptions in struts ? thanks for help Tomek