Re: Setting error page

2005-08-25 Thread Jozef Hribik
Hi, look at Core Java Server Faces - Chapter 12 - How do I customize error pages. Chapter 12 is available online on amazon (under product details) http://www.amazon.com/exec/obidos/tg/detail/-/0131463055/104-2329112-1121569 source code at http://www.horstmann.com/corejsf/ Jozef Clément Maigni

RE: Setting error page

2005-08-25 Thread Keel, Paul
Title: Message To Set the error page, put the following entry in your web.xml file:      500    /errorPage.jsf   I believe you can set a page for each type of error but this seems to redirect on all exceptions.   In order to redirect to a page when the session ends, you will have

RE : Setting error page

2005-08-26 Thread Clément Maignien
ssionObjet : RE: Setting error page To Set the error page, put the following entry in your web.xml file:      500    /errorPage.jsf   I believe you can set a page for each type of error but this seems to redirect on all exceptions.   In order to redire