Thanx again!
In your custom view handler, I would try overriding the renderView method while delegating to the original for the other methods. In the renderView, pipe the response writer to a local buffer and use the external context to dispatch to the viewId (JSP page) [1]. Under JSF 1.1 your response writer should be populated with the rendered markup. I'm not sure if I understand exactly what you mean. If I call externalContext.dispatch() the ServletExternalContextImpl uses a RequestDispatcher to forward the reponse to the client. Ok, afterwards I have a populated ResponseWriter, 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.

