Re: web.xml error-page

2007-05-23 Thread SiSi'mon
Even with h:messages, commons logging, there are some exceptions being thrown that no one ever sees, especially in myfaces. A page will not render and there will absolutely no info in the log4j log files. thanks for your help Si'mon David Delbecq-2 wrote: > > If you need to catch a wide ran

Re: web.xml error-page

2007-05-23 Thread SiSi'mon
thanks, we are using all of these including > If you need to catch a wide range of Exceptions in an error page, i > suggest you use a generic error page. The error page has access to the > Exception Object and can then include other JSP that show specific errors. > > As for informations in logs

Re: web.xml error-page

2007-05-23 Thread David Delbecq
If you need to catch a wide range of Exceptions in an error page, i suggest you use a generic error page. The error page has access to the Exception Object and can then include other JSP that show specific errors. As for informations in logs file, Exceptions thrown during process of JSF outputed u

Re: web.xml error page redirect, Java EE 5

2006-10-24 Thread Tomas Pop
Jon Wingfield wrote: Have you tried the request attributes specified in section "SRV.9.9 Error Handling" of the servlet spec? Specifically, the request attribute named "javax.servlet.error.request_uri". No, I haven't. Thank you for your help, it works fine now. Tomas Pop wrote: Hello, I

Re: web.xml error page redirect, Java EE 5

2006-10-24 Thread Jon Wingfield
Have you tried the request attributes specified in section "SRV.9.9 Error Handling" of the servlet spec? Specifically, the request attribute named "javax.servlet.error.request_uri". HTH, Jon Tomas Pop wrote: Hello, I have a problem with change of the method HttpServletRequest.getRequestUR