> -----Original Message-----
> From: Steven Cummings [mailto:[EMAIL PROTECTED]]
> Sent: Monday, December 09, 2002 3:57 PM
> To: [EMAIL PROTECTED]
> Subject: Blank screen on error
>
>
> Hello all,
>
> We've occasional seen the messages on this list about a blank
> screen that is returned when there is some error in a pipeline or
> resource, and often times (but not quite always) this is while
> running an XSP. So what I'd like to know is, why does the
> "handle-error" resource not get invoked in these cases? The blank
> screen is useless for debugging and the logs don't always say
> what's wrong. Is there some way to fix this or is is being worked on.

Are you sure it's not just that an action failed gracefully, returned null
and no
generator was found in the sitemap outside the action?  i.e.,

<map:match pattern="foo">
  <map:act type="someActionThatFails">
    <map:generate>
    ...
  </map:act>
</map:match>

If that action fails, a blank screen will result.

HTH,
Geoff Howard


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

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

Reply via email to