Re: ErrorPageWriter causes Facelets/MyFaces confusion

2008-04-10 Thread Martin Marinschek
Open a jira-issue. regards, Martin On 4/9/08, Michael Heß [EMAIL PROTECTED] wrote: Hi list, I just stumbled upon some weired problem. I have a rather basic myfaces 1.2.2 + facelets 1.1.3 setup. What I tried to achieve, is to NOT have either Facelets nor MyFaces handle any of the error 500

Re: ErrorPageWriter causes Facelets/MyFaces confusion

2008-04-10 Thread Leonardo Uribe
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-nameorg.apache.myfaces.ERROR_HANDLING/param-name param-valuefalse/param-value /context-param

Re: ErrorPageWriter causes Facelets/MyFaces confusion

2008-04-10 Thread Michael Heß
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: