You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by dmu2201 <dm...@mail.ikasths.dk> on 2004/10/21 13:30:10 UTC

Exception handling not working

Hi ML...

I have a problem with my exception handling mechanisem. If I write:
<global-exceptions>
  <exception type="java.lang.Exception"
                        key="error.system"
                        scope="session"
                        path="/Error.jsp"
</global-exceptions>

I get nothing... The stacktrace causing the exception just dumps it in 
the browser instead of forwarding to Error.jsp. I get the same result 
trying to define exception handling in an 'action' definition... Is it 
me forgetting something or...?!

Thanks in advance...

Claus

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org