Quantcast

Using AbstractResourceStreamWriter in wicket 1.5

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Using AbstractResourceStreamWriter in wicket 1.5

Douglas Ferguson-2
Can anybody give me tips on using AbstractResourceStreamWriter in 1.5?

Douglas
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Using AbstractResourceStreamWriter in wicket 1.5

Martin Grigorov-4
Hi,

I haven't used it personally but I think this class is broken. It
doesn't write directly to the container's response's outputstream, so
whatever you write is buffered. And this is against the said in the
javadoc of org.apache.wicket.core.util.resource.IResourceStreamWriter.
Please file a ticket with a mini quickstart that works in 1.4. We will
port it to 1.5 and fix AbstractResourceStreamWriter.


On Fri, Mar 23, 2012 at 9:22 PM, Douglas Ferguson <[hidden email]> wrote:
> Can anybody give me tips on using AbstractResourceStreamWriter in 1.5?
>
> Douglas



--
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

Loading...