RE: Exception handling in JSF

2007-04-18 Thread Beelen, Marco
Hello Mike, You might want to take a look at FacesTrace ( http://facestrace.sourceforge.net/ http://facestrace.sourceforge.net/> ) I think it does everything you specified or at least provide a good starting point. With kind regards, Marco Beelen From: Mi

Re: Exception handling in JSF

2007-04-17 Thread Cagatay Civici
Hi, http://wiki.apache.org/myfaces/Handling_Server_Errors Cagatay On 4/17/07, Gary VanMatre <[EMAIL PROTECTED]> wrote: >From: "Mike Quilleash " <[EMAIL PROTECTED]> > >Hi all, >I am trying to come up with a way to catch all exceptions that occur during the JSF lifecycle. >When this happens I w

Re: Exception handling in JSF

2007-04-17 Thread Gary VanMatre
>From: "Mike Quilleash " <[EMAIL PROTECTED]> > >Hi all, >I am trying to come up with a way to catch all exceptions that occur during >the JSF lifecycle. >When this happens I want to display a debug page with useful info; stack >trace, current view, > component tree, session state etc. > >I'm h