On Thu, 2010-09-09 at 14:11 -0700, DmitryM wrote:

> Rodolfo,
> 
> If you're asking about Wicket application settings, then yes, it's set to
> default 2-pass request processing with buffered pages rendering.
> 
> I thought the way the link is implemented it should not matter since I
> thought I would write directly into the HttpServlet output stream.
> And I really see the 
> 
> ((WebResponse)requestCycle.getResponse()).getHttpServletResponse().getOutputStream()
> 
> returns me an instance of something from the web server itself (in my case
> it's Jetty HttpConnection$Output)
> 
> Did I miss something?

No, sorry, it seems correct.

Did you use wireshark or something similar to make sure its not working
as expected?

It should work.

> 
> -Dmitry


Reply via email to