Hi Leonardo,

yes I found this, and as supposed before this actually helped. What
confused me, was the fact that myfaces uses the facelets error page.

Anyway, thank you for pointing this out.

bye, Michael


Leonardo Uribe schrieb:
> Have you seen this:
>
> http://wiki.apache.org/myfaces/Handling_Server_Errors
>
> for disable error handling do this:
>
>   <!-- if you want to disable the behaviour completely -->
>   <context-param>
>     <param-name>org.apache.myfaces.ERROR_HANDLING</param-name>
>     <param-value>false</param-value>
>   </context-param>
>   <!-- if you are using myfaces + facelets don't forget to do this -->
>   <context-param>
>     <param-name>facelets.DEVELOPMENT</param-name>
>     <param-value>false</param-value>
>   </context-param>
>
>
> regards
>
> Leonardo Uribe
>


-- 
Michael Heß
Senior Consultant

ORDIX AG
Westernmauer 12-16
33098 Paderborn

http://www.ordix.de
Tel.: 05251 / 10 63  0
Fax : 05251 / 10 63 99
Mob :  0163 /673 49 43

ORDIX AG - Aktiengesellschaft für Softwareentwicklung, Schulung, Beratung
und Systemintegration
Vorsitzender des Aufsichtsrates: Prof. Dr. Hermann Johannes
Vorstand: Wolfgang Kögler (Vorsitzender), Benedikt Georgi, Christoph
Lafeld, Axel Röber
Firmensitz: Westernmauer 12 - 16, 33098 Paderborn, Tel: 05251 / 1063-0,
Fax: 0180 / 1 67 34 90
Amtsgericht Paderborn, HRB 2941, Ust-IdNr.DE 126333767, Steuernummer:
339/5866/0142


Reply via email to