global exception handling - struts sometimes ignores my setting in struts-config, what's wrong?

2007-08-13 Thread Marek Cupak
i need to configure struts to display user a errpage.jsp, when runtime exception CustomException occur anywhere in the application. i've added to struts-config: and to web.xml: 500 /ErrorPage.jsp when i browse page _spikeScriptletThrowingEx.jsp: <%@ page language=

Re: global exception handling - struts sometimes ignores my setting in struts-config, what's wrong?

2007-08-14 Thread Marek Cupak
; CustomException. Try throwing CustomException instead of Exception OR > change your Struts config to look for java.lang.Exception. > > Zarar > > On 8/13/07, Marek Cupak <[EMAIL PROTECTED]> wrote: >> >> i need to configure struts to di