Re: error-page design question

2006-02-22 Thread [EMAIL PROTECTED]
From: Laurie Harper <[EMAIL PROTECTED]> To: user@struts.apache.org Sent: Wed, 22 Feb 2006 14:41:42 -0500 Subject: Re: error-page design question > Jay Burgess wrote: > > Our app currently throws a custom UnavailableException from a couple of > > places > > inside our

Re: error-page design question

2006-02-22 Thread Laurie Harper
Jay Burgess wrote: Our app currently throws a custom UnavailableException from a couple of places inside our Action handlers when the app is "offline" doing end-of-day processing. We thought we had this situation covered from the UI perspective, as we'd configured the following mapping in our web

error-page design question

2006-02-21 Thread Jay Burgess
Our app currently throws a custom UnavailableException from a couple of places inside our Action handlers when the app is "offline" doing end-of-day processing. We thought we had this situation covered from the UI perspective, as we'd configured the following mapping in our web.xml: U