Re: Custom UIViewRoot

2007-09-18 Thread Manfred K.
! Regards -- View this message in context: http://www.nabble.com/Custom-UIViewRoot-tf4447158.html#a12756257 Sent from the MyFaces - Users mailing list archive at Nabble.com.

Re: Custom UIViewRoot

2007-09-18 Thread Gary VanMatre
handle this problem? Thanks in advance! Regards Gary -- View this message in context: http://www.nabble.com/Custom-UIViewRoot-tf4447158.html#a12756257 Sent from the MyFaces - Users mailing list archive at Nabble.com.

Re: Custom UIViewRoot

2007-09-18 Thread Manfred K.
, but that's too late. The response has been commited and forwarded to the browser. -- View this message in context: http://www.nabble.com/Custom-UIViewRoot-tf4447158.html#a12761754 Sent from the MyFaces - Users mailing list archive at Nabble.com.

Re: Custom UIViewRoot

2007-09-17 Thread Manfred K.
Hi Martin, thanks for your reply. I get the correct instance of my custom UIViewRoot, but the encodeBegin and encodeEnd methods never get called. I need a place, where I can access the ResponseWriter to replace it with a StringWriter (newResponseWriter = responseWriter.cloneWithWriter

Re: Custom UIViewRoot

2007-09-17 Thread Gary VanMatre
From: Manfred K. [EMAIL PROTECTED] Hi Martin, thanks for your reply. I get the correct instance of my custom UIViewRoot, but the encodeBegin and encodeEnd methods never get called. I need a place, where I can access the ResponseWriter to replace it with a StringWriter

Re: Custom UIViewRoot

2007-09-16 Thread Manfred K.
2007/9/15, Manfred K. [EMAIL PROTECTED]: Hi all, I implemented a custom UIViewRoot because I need to override the encodeBegin and encodeEnd methods. Unfortunately my methods never get called!? I declared my UIViewRoot class in faces-config as new component: component

Re: Custom UIViewRoot

2007-09-16 Thread Andrew Robinson
the UIViewRoot component. Than you need to replace the ViewHandler like we did in tobago. Regards, Volker 2007/9/15, Manfred K. [EMAIL PROTECTED]: Hi all, I implemented a custom UIViewRoot because I need to override the encodeBegin

Re: Custom UIViewRoot

2007-09-16 Thread Andrew Robinson
component. Than you need to replace the ViewHandler like we did in tobago. Regards, Volker 2007/9/15, Manfred K. [EMAIL PROTECTED]: Hi all, I implemented a custom UIViewRoot because I need to override the encodeBegin and encodeEnd methods

Re: Custom UIViewRoot

2007-09-16 Thread Martin Marinschek
the UIViewRoot component. Than you need to replace the ViewHandler like we did in tobago. Regards, Volker 2007/9/15, Manfred K. [EMAIL PROTECTED]: Hi all, I implemented a custom UIViewRoot because I need to override

Custom UIViewRoot

2007-09-15 Thread Manfred K.
Hi all, I implemented a custom UIViewRoot because I need to override the encodeBegin and encodeEnd methods. Unfortunately my methods never get called!? I declared my UIViewRoot class in faces-config as new component: component component-typejavax.faces.ViewRoot/component-type component

Re: Custom UIViewRoot

2007-09-15 Thread Volker Weber
Hi, Did you use RI or myfaces? RI 1.1 did not support replacing the UIViewRoot component. Than you need to replace the ViewHandler like we did in tobago. Regards, Volker 2007/9/15, Manfred K. [EMAIL PROTECTED]: Hi all, I implemented a custom UIViewRoot because I need to override

Re: Custom UIViewRoot

2007-09-15 Thread Manfred K.
component. Than you need to replace the ViewHandler like we did in tobago. Regards, Volker 2007/9/15, Manfred K. [EMAIL PROTECTED]: Hi all, I implemented a custom UIViewRoot because I need to override the encodeBegin and encodeEnd methods. Unfortunately my methods never get called

Re: Custom UIViewRoot

2007-09-15 Thread Andrew Robinson
implemented a custom UIViewRoot because I need to override the encodeBegin and encodeEnd methods. Unfortunately my methods never get called!? I declared my UIViewRoot class in faces-config as new component: component component-typejavax.faces.ViewRoot/component-type component