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
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
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
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
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