Everytime something gets wrong .. i got to see this.

How can i make a simple Errorpage with stacktrace in jsf ?
|
Everytime something gets wrong .. i got to see this.
How can i make a simple Errorpage with stacktrace in jsf ? |
|||
|
|
|
If you use Facelets (which is almost mandatory if you want to develop JSF webapps), an error page is automatically created. You can see an example here. More generally, you can customize your web.xml in order to redirect the user when an error occurs. |
|||
|
|