Well, if the page that displays the errors is "errors.jsp" then the path should be "/errors.jsp".

If the path should be to an action ("errors.do") then you must have an action defined for that mapping

<action path="/errors" ...

Bill Siggelkow

Keith Bottner wrote:

I cannot get the configuration of my global-exception to pick up any errors.
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 are not getting routed?

Thanks,

Keith


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



Reply via email to