3 Replies Latest reply on Jan 30, 2007 11:51 AM by pmuir

    exceptions.xml and Exception object

    sradford

      Is the Exception object processed by exceptions.xml available (or can it be made to be) to an error page redirected to?

      i.e. if I have an exceptions.xml akin to:


      ...

      <redirect view-id="/error.xhtml">Unexpected failure
      <end-conversation/>

      ...


      can I have something like the following in error.xhtml:

      ...
      The Exception: #{exception}
      ...