Configuration of global exceptions looks very simple. So I cannot understand
why the configuration of my global-exception refuses to pick up any
exceptions. If an error occurs I just get the blank white page. Here is my
global-exception configuration section.


<global-exceptions>
    <exception key="exception.application" path="errors"
type="java.lang.Exception" /> </global-exceptions>

Then I have a global-forward that looks like this

<forward name="errors" path="/errors.do" />

I tried specifying /errors.do as the path for the global-exception and that
did not work either. Any ideas on why Exceptions may not be getting routed?

Thanks,

Keith


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to